-
Updated
Jun 10, 2021 - JavaScript
http-client
Here are 1,570 public repositories matching this topic...
-
Updated
Jun 9, 2021 - Python
-
Updated
Jun 9, 2021 - PHP
-
Updated
Jun 10, 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
Jun 9, 2021 - TypeScript
-
Updated
Jun 9, 2021 - Python
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.
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
-
Updated
Jun 9, 2021 - C
-
Updated
May 28, 2021 - Java
-
Updated
May 11, 2021 - Go
-
Updated
May 27, 2021 - Kotlin
-
Updated
Jun 10, 2021 - Java
-
Updated
Jun 4, 2021 - PHP
-
Updated
Jun 10, 2021 - Java
-
Updated
Jun 10, 2021 - Java
A user often binds on a loopback port to serve internal use only requests. It is currently done with port()
method:
Server
.builder()
.port(new InetSocketAddress("127.0.0.1", 8080))
...
It could be useful to have a shortcut method loopbackPort(int)
:
Server
.builder()
.loopbackPort(8080)
.loopbackPort(9090, SessionProtocol.HTTP, SessionProtocol.
-
Updated
Jun 10, 2021 - C++
-
Updated
Jun 10, 2021 - TypeScript
-
Updated
Jun 10, 2021 - PHP
-
Updated
May 27, 2021 - Ruby
-
Updated
Jun 10, 2021 - Python
-
Updated
Jun 8, 2021 - C
-
Updated
Jul 13, 2020 - PHP
-
Updated
May 28, 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