-
Updated
Apr 17, 2021 - JavaScript
http-client
Here are 1,540 public repositories matching this topic...
-
Updated
Apr 15, 2021 - Python
-
Updated
Mar 28, 2021 - PHP
-
Updated
Apr 19, 2021 - JavaScript
The _make_handler() method was removed in this PR: aio-libs/aiohttp#3939
But, is still used at: https://github.com/aio-libs/aiohttp/blob/master/tests/autobahn/server.py#L37
This needs updating, if anybody would like to take on this small task.
References to aiohttp.ws_connect() appear to also need updating:
https://github.com/aio-libs/aiohttp/blob/master/tests
-
Updated
Apr 16, 2021 - TypeScript
-
Updated
Apr 5, 2021 - Python
建议使用ConcurrentHashMap
eg:private final Map<Class, ObjectParamMetadata> classToMetadata =
new ConcurrentHashMap, ObjectParamMetadata>();
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
Apr 11, 2021 - Java
-
Updated
Apr 16, 2021 - C
-
Updated
Apr 10, 2021 - Go
-
Updated
Apr 12, 2021 - Kotlin
-
Updated
Mar 11, 2021 - Java
-
Updated
Apr 18, 2021 - PHP
-
Updated
Nov 16, 2020 - Java
-
Updated
Apr 19, 2021 - Java
JSON Lines is another JSON serialization format that can send a stream of JSON data.
Currently, Armeria only supports JSON Text sequences format using [JsonTextSequences](https://github.com/line/armeria/blob/67c25e242e8604331bdd8696a97d26604eb114af/core/src/main/java/com/linecorp/armeria/server/streaming/JsonTextSequences.java
-
Updated
Apr 18, 2021 - C++
-
Updated
Apr 17, 2021 - TypeScript
-
Updated
Apr 3, 2021 - PHP
-
Updated
Apr 10, 2021 - Ruby
-
Updated
Apr 19, 2021 - Python
-
Updated
Apr 17, 2021 - Java
-
Updated
Jul 13, 2020 - PHP
-
Updated
Mar 29, 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