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
Need some mechanism for providing headers for HTTP requests, ideally per-endpoint. Things like User Agent, Content Type, Host, Auth, etc.
One idea is using tcpdump format for that, and writing a separate tool for converting a body stream into a tcpdump stream with specified headers. Still hard to do per-endpoint though. Might need a more complex TOML config support.
The text was updated successfully, but these errors were encountered:
Need some mechanism for providing headers for HTTP requests, ideally per-endpoint. Things like User Agent, Content Type, Host, Auth, etc.
One idea is using tcpdump format for that, and writing a separate tool for converting a body stream into a tcpdump stream with specified headers. Still hard to do per-endpoint though. Might need a more complex TOML config support.
The text was updated successfully, but these errors were encountered: