Skip to content

Commit

Permalink
Redo how requests are formed in HTTP module
Browse files Browse the repository at this point in the history
Instead of passing around a function that builds an HTTP client request builder,
pass around a struct that contains the necessary information _to_ build that
request builder.

Additionally, instead of using a macro to generate requests, just call a request
function. This saves some required code expansion and is just easier to read
and maintain.
  • Loading branch information
Zeyla Hellyer committed Aug 5, 2018
1 parent 8c0e5a3 commit a0b0dd2
Show file tree
Hide file tree
Showing 3 changed files with 688 additions and 616 deletions.
Loading

0 comments on commit a0b0dd2

Please sign in to comment.