-
Updated
Mar 12, 2020 - Shell
http-requests
Here are 442 public repositories matching this topic...
-
Updated
Mar 21, 2020 - Kotlin
-
Updated
Mar 16, 2020 - C#
-
Updated
Dec 29, 2019 - PHP
-
Updated
Mar 20, 2020 - Go
-
Updated
Jan 31, 2020 - C#
-
Updated
Dec 19, 2019 - Java
-
Updated
Feb 9, 2019 - JavaScript
-
Updated
Mar 20, 2020 - Python
Request has a .form() function that can be called for multipart form data, documented:
https://github.com/request/request#forms
There are other ways to submit mulitpart forms (e.g. using the formData parameter) but as this is intended as a drop-in replace for request, it should expose that function too
It might be nice to have a SEE ALSO section in the statcode output, linking to the relevant section of the RFC that "governs" the status codes. Some of the descriptions there are more extensive than those you have here, but unfortunately the license doesn't allow for just taking them from there. For example for 101, there'd be:
SEE ALSO
RFC 7231 — §10.1.2, 101 Switching Protocols
-
Updated
Mar 20, 2020 - Kotlin
-
Updated
Aug 31, 2017 - PHP
-
Updated
Dec 23, 2016 - JavaScript
-
Updated
Mar 2, 2020 - Go
README out of date
The types returned from each method/attribute are really confusing - for example here:
> platform = ua.device.platform => "iPhone"
where ua.device.platform actually returns a AgentOrange::Platform object. Am I missing something? Documenting with YARD would be awesome, too...
-
Updated
Sep 29, 2019 - C++
It looks like the example links on the readme are broken.
Things like "Example run with console output" go to a page that says "Cannot proxy the given URL".
Thank you :)
-
Updated
Oct 3, 2019 - C++
-
Updated
Aug 22, 2017 - Clojure
-
Updated
Nov 7, 2019 - Go
-
Updated
Oct 22, 2018 - Objective-C
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Feb 7, 2020 - Rust
After the switch to Netty in 3.1.X+ some response headers are not prefixed with "http_".
Previously, it appears that Puma (and Mongrel) added this prefix.
Users that depend on a field http_x_forwarded_for to do geoip lookup will have failures as the field is now x_forwarded_for.
-
Updated
Jan 21, 2020 - Go
-
Updated
May 18, 2017 - Python
-
Updated
Jan 8, 2020 - C++
-
Updated
Aug 6, 2019 - Elixir
Improve this page
Add a description, image, and links to the http-requests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http-requests topic, visit your repo's landing page and select "manage topics."
In the current README, so far I've gone over the very basics. Not all features have been covered, and there is little talk about httpu packages. Maybe some wiki pages, and some more details on the README would be helpful. Also a much better example video / gif is needed, the one I made is pretty bad.