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
{{ message }}
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
I would use it with authorization header.
Currently i generate bunch of methods (roughly 2000) that take custom POD struct.
The struct has authorization header string saved as well as HttpClient class.
In generated methods i have to pass that header to each and every request.
I can't relay on the connection not being closed (keep-alive?) since there are both synch(prefered) and asynch methods being generated.
So just to be safe from such cases i pass the auth header to each and every request :)
That being said if there was such option it would make Simple-Web-Server more similar to Simple-WebSocket-Server.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would like something like WsClient's
config.header
for HttpClient that sets additional headers to be sent when connection is (re)opened :)The text was updated successfully, but these errors were encountered: