Elegant HTTP Networking in Swift
-
Updated
Aug 3, 2021 - Swift
{{ message }}
Elegant HTTP Networking in Swift
The better way to deal with JSON data in Swift.
Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission. Support SwiftUI.
A lightweight, one line setup, iOS / OSX network debugging library!
A tiny wrapper built around fetch with an intuitive syntax.
A library for managing network state in Redux
In the past, Brotli was not supported on nodejs servers.
If I understand correctly, this is now supported since a few months : nodejs/node#20458
This PR dropped support for Brotli : nuxt-community/axios-module#180
Maybe it's time to revert this BR because Axios is supporting it too : https://github.com/ax
Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
gout to become the Swiss Army Knife of the http client @^^@---> gout 是http client领域的瑞士军刀,小巧,强大,犀利。具体用法可看文档,如使用迷惑或者API用得不爽都可提issues
A small xhr wrapper
Restangular for Angular 2 and higher versions
Request HTTP(s) URLs in a complex world.
WireMock.Net is a flexible library for stubbing and mocking web HTTP responses using request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Instagram Auto Account Creation Bot
Messaging patterns for Backbone applications.
A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM
Node HTTP client
Use Ky in both Node.js and browsers
Log HTTP requests/responses separately, visualize their concurrency and report logs/errors in context of a request.
Add a description, image, and links to the request topic page so that developers can more easily learn about it.
To associate your repository with the request topic, visit your repo's landing page and select "manage topics."
For 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: