-
Updated
Apr 8, 2022 - JavaScript
http-client
Here are 1,811 public repositories matching this topic...
-
Updated
Apr 5, 2022 - PHP
-
Updated
Apr 7, 2022 - JavaScript
Is your feature request related to a problem?
While setting the target interface's ip should work in most cases, it's possible that multiple devices have the same ip.
Also i'm having trouble using a wireguard vpn when i set Table=off. Table=off disables setting up the routes for the vpn and it justs shows up as a regular device. The connection is fine as pycurl can access it when i set
-
Updated
Apr 6, 2022 - TypeScript
-
Updated
Feb 9, 2022 - Python
Hi, I have discovered issue when using feign.httpclient.ApacheHttpClient
.
In some cases Apache client throws ProtocolException
which is a checked exception. This happens for example when server returned 303 HTTP code but there was no location header.
In such case Feign proxy throws UndeclaredThrowableException
instead of invoking ErrorDecoder.
node-fetch
currently completely ignoring Content-Length
header while consuming response.
Fetch specification about handling Content-Length
on server response says almost nothing:
https://fetch.spec.whatwg.org/#concept-http-network-fetch
(see whatwg/fetch#67)
On other hand, we have a fetch-node
specific extension to limit the size of the response.
My prop
Port tests from Got
Got has a very good coverage test-wise. Would be nice to port relevant tests that we're missing over to Ky.
Note: Not for https://github.com/sindresorhus/ky/blob/master/test/browser.js, but for everything else.
-
Updated
Apr 7, 2022 - C
-
Updated
Mar 14, 2022 - Go
-
Updated
Mar 18, 2022 - Java
-
Updated
Dec 23, 2021 - Kotlin
-
Updated
Feb 19, 2022 - Java
-
Updated
Apr 5, 2022 - C
-
Updated
Apr 1, 2022 - TypeScript
Some users may want to add multiple query param values for a single key
e.g. localhost:8080/v1?id=1&id=2&id=3
However, WebClient.prepare().queryParam()
performs a QueryParamsBuilder#setObject
by default, making it
difficult to execute such a query programmatically
WebClient.prepare()
.get("/")
.queryParam("id", 1)
.queryParam("id", 2)
.q
-
Updated
Apr 6, 2022 - PHP
-
Updated
Mar 16, 2022 - C++
-
Updated
Apr 7, 2022 - Java
-
Updated
Aug 18, 2021 - Java
-
Updated
Mar 17, 2022 - PHP
-
Updated
Apr 4, 2022 - Python
-
Updated
Feb 9, 2022 - Ruby
-
Updated
Apr 1, 2022 - Clojure
-
Updated
Feb 5, 2022 - JavaScript
Improve this page
Add a description, image, and links to the http-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http-client topic, visit your repo's landing page and select "manage topics."
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io
{ "type": "ris_subscribe" }
to the remote server