-
Updated
Mar 20, 2021 - JavaScript
http-client
Here are 1,523 public repositories matching this topic...
-
Updated
Feb 27, 2021 - Python
-
Updated
Mar 21, 2021 - PHP
Some oauth2 server implementations use a different URL for generating an access_token and refreshing said access_token.
Arguably it's a questionable choice, since it's "only" a matter of grant_type being different, the return value being the same.
I would like to be able to specify the refresh token URL, with an optional field in the oauth2 configuration. If left empty, it should be the access
I noticed that the docs have some RST references to internal and external intersphinx objects. We should fix those and enable nitpicky = True
by default.
P.S. It is okay to send small PRs to fix references gradually
Unco
-
Updated
Mar 21, 2021 - TypeScript
-
Updated
Mar 21, 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
Nov 10, 2020 - Java
-
Updated
Mar 16, 2021 - C
-
Updated
Mar 20, 2021 - Go
-
Updated
Mar 16, 2021 - Kotlin
-
Updated
Mar 11, 2021 - Java
-
Updated
Mar 21, 2021 - PHP
-
Updated
Nov 16, 2020 - Java
-
Updated
Mar 19, 2021 - Java
Netty's event loop threads are spawned lazily, i.e. they are created on the first task is scheduled on. A user sometimes wants to ensure the event loop threads are started when the server starts up.
-
Updated
Mar 21, 2021 - C++
-
Updated
Mar 17, 2021 - TypeScript
-
Updated
Mar 20, 2021 - PHP
-
Updated
Mar 10, 2021 - Ruby
-
Updated
Mar 19, 2021 - Python
-
Updated
Feb 21, 2021 - Java
-
Updated
Jul 13, 2020 - PHP
-
Updated
Dec 21, 2020 - TypeScript
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.
Users cannot send JSON to an endpoint if the endpoint requires numbers to be JSON numbers. Currently Hoppscotch serializes all parameters as JSON strings.
Describe the solution you'd like

User input:
Expected