Diode SDK Python version
v0.4.0
Feature type
New functionality
Proposed feature or enhancement
Allow passing custom HTTP headers in the client connection.
Use case
I'd like to run diode server behind a secure HTTPS gateway which requires an Authorization header with token in our environment. I don't see anyway to include this in the client connection. Adding support for any custom header would satisfy this use case.
Diode SDK Python version
v0.4.0
Feature type
New functionality
Proposed feature or enhancement
Allow passing custom HTTP headers in the client connection.
Use case
I'd like to run diode server behind a secure HTTPS gateway which requires an
Authorizationheader with token in our environment. I don't see anyway to include this in the client connection. Adding support for any custom header would satisfy this use case.