-
Updated
Oct 8, 2021 - JavaScript
http-client
Here are 1,647 public repositories matching this topic...
-
Updated
Oct 8, 2021 - Python
-
Updated
Oct 8, 2021 - PHP
-
Updated
Oct 8, 2021 - JavaScript
TraceConfig.on_response_chunk_received
doesn't trace if the response body is read from ClientResponse.content
This behavior isn't obvious when looking at Tracing Reference, [Streaming Response Content](https://docs.aiohttp.org/e
-
Updated
Oct 8, 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
Sep 20, 2021 - C
-
Updated
Oct 1, 2021 - Java
-
Updated
Sep 17, 2021 - Go
-
Updated
Sep 4, 2021 - Kotlin
-
Updated
Aug 21, 2021 - Java
-
Updated
Oct 5, 2021 - PHP
If a user performs a blocking task in decorator chains or services, they have to 1) submit a task to a blocking task executor,
2) pass the result to a CompletableFuture
and 3) wrap the CompletableFuture
with HttpResponse.from()
.
sb.serviceUnder("/web", service.decorate((delegate, ctx, req) -> {
CompletableFuture<HttpResponse> future = new CompletableFuture<>();
ctx.bl
-
Updated
Aug 18, 2021 - Java
-
Updated
Oct 8, 2021 - Java
-
Updated
Sep 28, 2021 - C++
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Sep 29, 2021 - C
-
Updated
Oct 3, 2021 - PHP
-
Updated
Oct 8, 2021 - Python
-
Updated
Oct 7, 2021 - Ruby
-
Updated
Jul 13, 2020 - PHP
-
Updated
Aug 6, 2021 - 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
Mostly when I navigate the text, I use
CTRL + <-
orCTRL + ->
to navigate per word, but when I use it on the body editor it navigate through my browser history not per word.To Reproduce
Steps to reproduce the behavior: