-
Updated
Dec 21, 2021 - JavaScript
http-client
Here are 1,721 public repositories matching this topic...
-
Updated
Dec 21, 2021 - Python
-
Updated
Dec 13, 2021 - PHP
-
Updated
Dec 21, 2021 - 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
Dec 13, 2021 - TypeScript
-
Updated
Sep 9, 2021 - 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.
From time to time i see ppl using data
instead of body
which is wrong.
happened just recently in node-fetch/node-fetch#481 (comment)
how do you feel about adding a little warning message that can only appear once. (kinda like node reports that you are using experimental apis)
if ('data' in bodyInit && notWarned) {
console.warn('use body i
For some reason Amazon REST api's require the content-type to be set to "application/x-amz-json-1.1" instead of the standard "application/json"
Currently the content-type header is set automatically for json data overriding any headers passed in to the request.
It would be useful to first check if the header is set before overriding it:
if (!this.request.headers.set('content-type')) {
Port tests from Got
-
Updated
Dec 19, 2021 - C
-
Updated
Dec 21, 2021 - Go
-
Updated
Nov 23, 2021 - Java
-
Updated
Dec 16, 2021 - Kotlin
-
Updated
Dec 12, 2021 - Java
-
Updated
Dec 17, 2021 - PHP
So that we don't have to check if the instance is an HttpData
or HttpHeaders
(trailers) in the subscriber.
Currently, we only have HttpResponse.split()
.
-
Updated
Dec 21, 2021 - C
-
Updated
Dec 18, 2021 - TypeScript
-
Updated
Dec 22, 2021 - Java
-
Updated
Aug 18, 2021 - Java
-
Updated
Dec 21, 2021 - C++
-
Updated
Dec 14, 2021 - PHP
-
Updated
Dec 21, 2021 - Python
-
Updated
Nov 10, 2021 - Ruby
-
Updated
Oct 31, 2021 - Clojure
-
Updated
Jul 13, 2020 - PHP
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."
Is there an existing issue for this?
Summary
It would be amazing to have an Authorization tab on GraphQL, as it is for REST.
Why should this be worked on?
Authorization is also a thing in GQL and having automated OAuth mechanism would be👍