You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replacing is another useful strategy already implemented by md.update().
I'm talking about this case:
Aiohttp client session has a set of default HTTP headers.
client.request() accepts headers for the concrete request.
Default headers should be merged into passed to request() one but session defaults should not override formers.
The method should be mimic to
md.extend()
but add only keys fromother
that are absent inself
.The behavior is very useful for merging aiohttp session defaults into passed headers for example.
The text was updated successfully, but these errors were encountered: