Skip to content

Header handling#36

Merged
tryptichon merged 4 commits intomasterfrom
header_handling
Feb 8, 2022
Merged

Header handling#36
tryptichon merged 4 commits intomasterfrom
header_handling

Conversation

@tryptichon
Copy link
Copy Markdown
Contributor

  • Merge headers in AbstractAPI instead of replacing them.

* Merge headers in AbstractAPI instead of overwriting them completely.
* Do not use getattr to obtain values from objects
  in copy-constructor-parts because this is not
  the same as accessing the values directly.
  We might want to give a reference to a central
  abstract_api._session across many TokenApiHandlers
  without making an extra copy of it - which will
  happen when using getattr().
@tryptichon tryptichon merged commit c20a6e0 into master Feb 8, 2022
@tryptichon tryptichon deleted the header_handling branch February 8, 2022 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants