-
Updated
Aug 9, 2021 - JavaScript
http-client
Here are 1,600 public repositories matching this topic...
-
Updated
Aug 6, 2021 - Python
-
Updated
Aug 1, 2021 - PHP
-
Updated
Aug 9, 2021 - JavaScript
Describe the bug
Originally, @asvetlov intended to delete any use of attrs from aiohttp 4.0+ series via aio-libs/aiohttp#5284. He dropped it from the runtime deps too.
But there are some places that still rely on attrs meaning that this will cause failures in runtime because of the missing dep. The tests currently succeed because attrs is listed as a test dep.
-
Updated
Aug 9, 2021 - TypeScript
-
Updated
Aug 5, 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 iPort 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.
-
Updated
Aug 8, 2021 - C
-
Updated
Jul 2, 2021 - Java
-
Updated
Jul 15, 2021 - Go
-
Updated
Aug 4, 2021 - Kotlin
-
Updated
Jun 10, 2021 - Java
-
Updated
Jul 30, 2021 - PHP
For example, we do not provide these methods.
final GraphQLSchema schema = ...
sb.service("/graphql", GraphqlService.builder()
.schema(schema)
.runtimeWiring(c -> {
final StaticDataFetcher bar = new StaticDataFetcher("bar");
c.-
Updated
Jun 23, 2021 - Java
-
Updated
Aug 6, 2021 - Java
-
Updated
Aug 5, 2021 - C++
-
Updated
Jul 28, 2021 - TypeScript
-
Updated
Aug 7, 2021 - PHP
-
Updated
Aug 8, 2021 - Ruby
-
Updated
Aug 9, 2021 - Python
-
Updated
Aug 4, 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