-
Updated
Aug 27, 2021 - TypeScript
#
http-request
Here are 144 public repositories matching this topic...
A tiny wrapper built around fetch with an intuitive syntax. 🍬
-
Updated
Aug 6, 2021 - JavaScript
A tiny, cross-platform, module based web server for .NET
http
raspberry-pi
embedded
dotnet
webserver
dotnetcore
websocket
websockets
mono
http-requests
http-server
tiny
http-response
raspberry-pi-3
http-request
http-api
http-rest-api
url-segment
routing-strategies
-
Updated
Apr 29, 2021 - C#
gout to become the Swiss Army Knife of the http client @^^@---> gout 是http client领域的瑞士军刀,小巧,强大,犀利。具体用法可看文档,如使用迷惑或者API用得不爽都可提issues
-
Updated
Aug 26, 2021 - Go
Use Ky in both Node.js and browsers
-
Updated
Jan 23, 2021 - JavaScript
Hargo is a Go library and command line utility that parses HAR files, can convert to curl format, and serve as a load test driver.
go
golang
http
influxdb
curl
grafana
load-testing
har
chronograf
http-requests
performance-testing
http-request
har-files
-
Updated
Aug 24, 2021 - Go
FRequest - A fast, lightweight and opensource desktop application to make HTTP(s) requests
qt
json-api
rest-api
file-upload
http-client
http-header
http-requests
http-response
xml-api
rest-client
http-request
http-api
http-authentication
http-rest-api
opensource-desktop-application
http-tool
scm-support
http-body
http-proxy-support
vcs-support
-
Updated
May 18, 2021 - C++
fast, efficient, and user-friendly http requests
nodejs
fast
http
browser
cool
http-client
badge
coverage-badge
tiny
deps-badge
unpkg
http-request
gzip-response
deflate-response
browser-request
deps-link
coverage-link
unpkg-link
stats-link
-
Updated
Sep 5, 2018 - JavaScript
Core Node.js HTTP client
-
Updated
Jul 17, 2021 - JavaScript
A lightweight module to send HTTP(s) requests from Node.js.
-
Updated
Sep 13, 2019 - JavaScript
react
javascript
xhr
http
typescript
reactjs
http-client
http-requests
axios
http-request
react-axios
xhr-wrapper
http-request-handler
response-schema
axios-react
-
Updated
Aug 27, 2021 - TypeScript
Open
No tests
fuskovic
commented
Mar 13, 2021
I originally built this tool for myself, since others are using it now it would be a good idea to add tests for existing commands and increase coverage.
Open
Feature request: SSH
Representation of a homemade products from a given API.
java
api
console
product
httprequest
console-application
products
http-request
homemade
homemade-products
-
Updated
Aug 15, 2021 - Java
Rate Limiting API Endpoints in ASP.NET Core
api
http
dotnet
aspnetcore
dotnetcore
concurrency
rate-limiting
http-client
throttle
semaphore
httpclient
dotnet-core
concurrent
asp-net-core
throttling
http-request
-
Updated
Mar 13, 2021 - C#
Open
Add TS support
AndreMaz
commented
Jun 17, 2021
Create index.d.ts file with the types
A Fetch API wrapper
-
Updated
Aug 5, 2021 - TypeScript
Sample app using Polly for retying Http requests
-
Updated
Sep 21, 2017 - C#
Simplest request promise wrapper with retry
nodejs
module
request
retry
thenable
nodejs-modules
promisify
retry-requests
http-request
request-promise
-
Updated
May 23, 2021 - JavaScript
View HTTP Request and Response headers
-
Updated
Feb 24, 2021 - PHP
WordPress Plugin to lazy cache HTTP requests in database and update via cron.
-
Updated
Aug 29, 2017 - PHP
fetch
typescript
rest
npm-package
http-client
request
tiny
factory-pattern
whatwg-fetch
class-based
http-request
-
Updated
Jul 14, 2021 - TypeScript
Encode Http Request Data & Decode PHP post-get
ajax-request
magic
crypto
encryption
ajax
encode
request
decryption
http-request
ajaxcrypto
ajax-encode
magic-request
magic-post
magic-get
-
Updated
Dec 13, 2019 - JavaScript
Node.js XMLHttpRequest implementation using http.request()
nodejs
javascript
xhr
http
xmlhttprequest
npm
node
js
https
npm-package
http-requests
request
npm-module
xmlhttprequest-wrapper
http-request
-
Updated
Oct 15, 2018 - JavaScript
👈🏽 A Super handy HTTP Client written in TypeScript.
-
Updated
Aug 26, 2021 - JavaScript
HTTP Request library for Go (简洁高效的HTTP请求库)
go
http
middleware
spider
cookies
session
requests
request
easy
basic-authentication
quick
http-request
-
Updated
Jun 28, 2021 - Go
Golang package for working with arrays on http requests
-
Updated
Jan 14, 2021 - Go
Improve this page
Add a description, image, and links to the http-request topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http-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: