-
Updated
Aug 11, 2021 - Swift
#
request
Here are 1,413 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 on Swift. Available List, Dialog & Native interface. Can check state permission. Support SwiftUI.
swift
reminder
ios
ui
camera
xcode
interface
calendar
animation
location
permissions
dialog
photo-gallery
request
permission
notification
sparrow
requestpermissions
allow
sppermission
-
Updated
Aug 11, 2021 - Swift
A lightweight, one line setup, iOS / OSX network debugging library! 🦊
swift
debugging
http
networking
xcode
cocoapods
carthage
alamofire
request
response
network-monitoring
afnetworking
urlsession
charles
http-monitor
certificate-pinning
network-debug
urlprotocol
urlrequest
-
Updated
Jan 25, 2021 - Swift
A tiny wrapper built around fetch with an intuitive syntax. 🍬
-
Updated
Aug 6, 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
Aug 13, 2021 - TypeScript
A library for managing network state in Redux
-
Updated
Aug 11, 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
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
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
Aug 8, 2021 - 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
Aug 10, 2021 - TypeScript
Request HTTP(s) URLs in a complex world.
-
Updated
Jul 5, 2021 - JavaScript
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.
testing
docker
http
csharp
tdd
dotnet
azure
mock-server
mocking
request
response
wiremock
mockwebserver
http-listener
-
Updated
Aug 14, 2021 - C#
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
Jul 13, 2021 - Python
Messaging patterns for Backbone applications.
javascript
radio
events
messaging
backbone
marionette
request
pub-sub
decoupling
backbone-applications
-
Updated
Nov 3, 2020 - JavaScript
A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM
-
Updated
Aug 16, 2021 - PHP
Node HTTP client
-
Updated
Jul 16, 2021 - 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: