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
We want to be able to globally (and locally) configure HTTP Client specific settings such as
PROXY Settings
Certificate Settings
Secure / Insecure Flags
as well as inject global handlers such as
Logging Middleware
Middleware for Tracing (down the line)
For this we need to establish a common configuration structure that can be used within OCM globally as well as be injected into accessmethods on demand later on (to locally override).
Description
We want to be able to globally (and locally) configure HTTP Client specific settings such as
as well as inject global handlers such as
For this we need to establish a common configuration structure that can be used within OCM globally as well as be injected into accessmethods on demand later on (to locally override).
An example config might look like this:
https://gist.github.com/hilmarf/130eae7fad45e3602f1b061bbb6abf49#file-ocmconfig-L91-L106
The text was updated successfully, but these errors were encountered: