-
Modules should be decoupled from the HTTP client to allow using other HTTP clients than okhttp (e.g. RestClient for Spring Boot).
-
A low priority task is to add more old clients, and extend support to py2.6 and earlier
- https://pypi.python.org/pypi/URLReader (hg http://hg.mtjm.eu/urlreader/)
- https://pypi.python.org/pypi/fetch …
-
We aren't including our own implementation for now so we can demo on how to use latest Guzzle instead.
-
we would like cougar client to be modified to return a sensible error when it receives an HTTP 413 (HEAD full) error from Jetty.
At the moment it returns:
DSC-0026, Server is NOT identified as a Cou…
eswdd updated
10 years ago
-
One thing that came up during a debugging/troubleshooting session was a general inability to test our http gateways from a working client that we control. Ideally this work can be a follow-up to #1378…
jcape updated
2 years ago
-
Kindly suggest any work around to post https request with client certificate as pfx and passphrase
-
Configure timeouts for `keep-alive` connection for proxy repositories in HTTP client. Right now it may hang if internal network resets keep-alive connections.
-
Based on the actually used `async-http-client` versions - which should be sent as part of the `user-agent` header - we could consider to remove support for `async-http-client` from our SDK.
-
```
This will allow for better loggign and insight.
Issue now is the acl list. When the server denies access - there is no code
returned indicating that.
The log message on the client is simply:
…
-
The standard library offers support for tracing details of the HTTP(s) connection state on requests via the `httptrace.ClientTrace` structure.
I have implemented this in our service code such tha…