-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
For example, i have the code: https://pastebin.com/8tRuhSUn
And i really don`t think that downloadFile func need to care about headers.
With headers as part of Client the following functions will have view like:
main() {
Client session(scheme_host);
session.headers = {...};
someFunc(session); //etc
}
Seens much better, you don't think so?
Metadata
Metadata
Assignees
Labels
No labels