Promise based HTTP client for the browser and node.js
-
Updated
Oct 5, 2021 - JavaScript
{{ message }}
Promise based HTTP client for the browser and node.js
As easy as /aitch-tee-tee-pie/
Guzzle, an extensible PHP HTTP client
The open-source, cross-platform API client for GraphQL, REST, and gRPC.
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
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
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 iFor 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')) {
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
Simple HTTP and REST client library for Go
The easiest HTTP networking library for Kotlin/Android
Jodd! Lightweight. Java. Zero dependencies. Use what you like.
Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
If a user performs a blocking task in decorator chains or services, they have to 1) submit a task to a blocking task executor,
2) pass the result to a CompletableFuture and 3) wrap the CompletableFuture with HttpResponse.from().
sb.serviceUnder("/web", service.decorate((delegate, ctx, req) -> {
CompletableFuture<HttpResponse> future = new CompletableFuture<>();
ctx.blJava HTTP Request Library
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
REST Client Extension for Visual Studio Code
HTTP and WebSocket built on Boost.Asio in C++11
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more.
HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
HTTPlug, the HTTP client abstraction for PHP
A tiny wrapper built around fetch with an intuitive syntax.
Add a description, image, and links to the http-client topic page so that developers can more easily learn about it.
To associate your repository with the http-client topic, visit your repo's landing page and select "manage topics."
Describe the bug
Mostly when I navigate the text, I use
CTRL + <-orCTRL + ->to navigate per word, but when I use it on the body editor it navigate through my browser history not per word.To Reproduce
Steps to reproduce the behavior: