-
Updated
Aug 9, 2021 - TypeScript
http-request
Here are 142 public repositories matching this topic...
-
Updated
Aug 6, 2021 - JavaScript
-
Updated
Apr 29, 2021 - C#
-
Updated
Aug 8, 2021 - Go
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Apr 16, 2021 - Go
-
Updated
May 18, 2021 - C++
-
Updated
Sep 5, 2018 - JavaScript
-
Updated
Jul 17, 2021 - JavaScript
-
Updated
Sep 13, 2019 - JavaScript
-
Updated
Jun 13, 2021 - TypeScript
No tests
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.
Feature request: SSH
-
Updated
Mar 13, 2021 - C#
Add TS support
Create index.d.ts
file with the types
-
Updated
Sep 21, 2017 - C#
-
Updated
Aug 5, 2021 - TypeScript
-
Updated
May 23, 2021 - JavaScript
-
Updated
Feb 24, 2021 - PHP
-
Updated
Aug 29, 2017 - PHP
-
Updated
Jul 14, 2021 - TypeScript
-
Updated
Dec 13, 2019 - JavaScript
-
Updated
Oct 15, 2018 - JavaScript
-
Updated
Aug 1, 2021 - JavaScript
-
Updated
Jun 28, 2021 - Go
-
Updated
Jan 14, 2021 - Go
Under analysis ....
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or
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: