-
Updated
Jan 3, 2022 - Swift
#
request
Here are 1,482 public repositories matching this topic...
Elegant HTTP Networking in Swift
swift
networking
xcode
cocoapods
carthage
swift-package-manager
alamofire
request
response
urlsession
certificate-pinning
public-key-pinning
urlrequest
httpurlresponse
parameter-encoding
The better way to deal with JSON data in Swift.
swift
json
cocoapods
carthage
request
json-parser
response
swiftyjson
json-parsing-swift
json-parsing-library
xcode10
swift4-2
-
Updated
Jun 17, 2021 - Swift
Ask permissions with ready-use interface. You can check status permission and if it has been requested before. Support SwiftUI.
reminder
ios
ui
camera
xcode
interface
calendar
location
permissions
dialog
wizard
photo-gallery
request
permission
notification
scope
sparrow
-
Updated
Jan 1, 2022 - Swift
A lightweight, one line setup, iOS / OSX network debugging library! 🦊
swift
debugging
http
ios
networking
xcode
cocoapods
carthage
alamofire
request
response
network-monitoring
afnetworking
urlsession
charles
http-monitor
certificate-pinning
network-debug
urlprotocol
urlrequest
-
Updated
Dec 22, 2021 - Swift
A tiny wrapper built around fetch with an intuitive syntax. 🍬
-
Updated
Dec 13, 2021 - JavaScript
react
fetch
graphql
http
query
isomorphic
ssr
mutation
request
rest-client
suspense
react-suspense
fetch-data
react-hooks
react-cache
react-hook
reacthook
usefetch
react-usefetch
react-fetch-hook
-
Updated
Nov 29, 2021 - TypeScript
4
rikless
commented
Aug 19, 2019
What problem does this feature solve?
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
A library for managing network state in Redux
-
Updated
Oct 6, 2021 - JavaScript
react
fetch
android
xhr
ios
react-native
file-upload
axios
whatwg
request
api-wrapper
superagent
form-data
fetch-api
frisbee
whatwg-fetch
node-fetch
-
Updated
Aug 19, 2020 - JavaScript
Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
-
Updated
Jan 18, 2021 - Go
gout to become the Swiss Army Knife of the http client @^^@---> gout 是http client领域的瑞士军刀,小巧,强大,犀利。具体用法可看文档,如使用迷惑或者API用得不爽都可提issues
-
Updated
Jan 2, 2022 - Go
A small xhr wrapper
-
Updated
Aug 5, 2021 - JavaScript
Restangular for Angular 2 and higher versions
fetch
api
http
angular
typescript
reactive
rxjs
rest
angular2
rest-api
restful
observable
typescript-library
request
response
angular-2
restful-api
rest-client
restangular-methods
queryparams
-
Updated
Oct 5, 2021 - TypeScript
WireMock.Net is a flexible library for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
testing
docker
http
csharp
tdd
dotnet
azure
mock-server
mocking
request
response
wiremock
mockwebserver
http-listener
-
Updated
Jan 6, 2022 - C#
Request HTTP(s) URLs in a complex world.
-
Updated
Nov 24, 2021 - JavaScript
Instagram Auto Account Creation Bot
python
bot
instagram
request
automatic
instabot
python-requests
instagram-bot
python-selenium
accountcreator
automatic-account
create-instagram-account
makeaccount
multipleaccounts
-
Updated
Oct 18, 2021 - Python
A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM
-
Updated
Dec 7, 2021 - PHP
Messaging patterns for Backbone applications.
javascript
radio
events
messaging
backbone
marionette
request
pub-sub
decoupling
backbone-applications
-
Updated
Nov 3, 2020 - JavaScript
Node HTTP client
-
Updated
Jan 6, 2022 - JavaScript
Use Ky in both Node.js and browsers
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Apr 26, 2019 - Swift
Log HTTP requests/responses separately, visualize their concurrency and report logs/errors in context of a request.
-
Updated
Mar 8, 2018 - JavaScript
Improve this page
Add a description, image, and links to the request topic page so that developers can more easily learn about it.
Add this topic to your repo
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: