vitalik / django-ninja

💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
https://django-ninja.dev
MIT License
7.28k stars 432 forks source link

Add default headers for NinjaClientBase instance #1259

Closed c4ffein closed 3 months ago

c4ffein commented 3 months ago

Those changes let you set default headers for instances of NinjaClientBases, which are passed through all requests, unless overwritten. Related to #664

vitalik commented 3 months ago

Thank you