-
Updated
Sep 13, 2021 - JavaScript
http-client
Here are 1,624 public repositories matching this topic...
-
Updated
Sep 13, 2021 - Python
-
Updated
Sep 5, 2021 - PHP
-
Updated
Sep 13, 2021 - JavaScript
[server] Add warning when a cookie's length would exceed the RFC 6265 minimum user-agent support
We had a report in aiohttp-session
(see aio-libs/aiohttp-session#574) that a user submitting a 'large' cookie had the cookie dropped by the receiving browser.
According to RFC 6265 - section 6.1:
General-use user agents SHOULD
provide each of the following minimum
-
Updated
Sep 11, 2021 - TypeScript
-
Updated
Sep 9, 2021 - Python
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 7, 2021 - C
-
Updated
Jul 2, 2021 - Java
-
Updated
Sep 13, 2021 - Go
-
Updated
Sep 4, 2021 - Kotlin
-
Updated
Aug 21, 2021 - Java
-
Updated
Sep 13, 2021 - PHP
Currently, UnframedGrpcService
returns an error message as plain text.
https://github.com/line/armeria/blob/54b70906bcd813f0b9b2c6715ad4086160ac49b2/grpc/src/main/java/com/linecorp/armeria/server/grpc/UnframedGrpcService.java#L255-L272
It would be nice to return a JSON object if the content type is JSON compatible.
{
"code": "FAILED_PRECONDITION",
"message": "Input validatio
-
Updated
Aug 18, 2021 - Java
-
Updated
Sep 13, 2021 - Java
-
Updated
Aug 18, 2021 - TypeScript
-
Updated
Sep 4, 2021 - C++
-
Updated
Sep 4, 2021 - PHP
-
Updated
Sep 10, 2021 - Ruby
-
Updated
Sep 13, 2021 - Python
-
Updated
Sep 12, 2021 - C
-
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."
Is your feature request related to a problem? Please describe.
I try to execute my first GET request and get this result:
I think the first-time-user experience could get improved here.
The hint to F12 vanishes soon, and I think accessing the error message via F12 is not a