-
Updated
Apr 22, 2020 - Shell
http-requests
Here are 458 public repositories matching this topic...
-
Updated
Apr 9, 2020 - C#
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.
-
Updated
May 13, 2020 - Go
-
Updated
Dec 29, 2019 - PHP
-
Updated
Apr 23, 2020 - C#
-
Updated
Dec 19, 2019 - Java
-
Updated
Feb 9, 2019 - JavaScript
-
Updated
Apr 7, 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
-
Updated
Apr 30, 2019 - Python
-
Updated
May 10, 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++
-
Updated
Oct 3, 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
Aug 22, 2017 - Clojure
-
Updated
May 5, 2020 - Go
-
Updated
Oct 22, 2018 - Objective-C
-
Updated
Apr 26, 2020 - JavaScript
-
Updated
Apr 3, 2020 - Rust
-
Updated
Jan 21, 2020 - Go
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
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."
Currently there is some inconsistency in having README in
developbranch.In case of adding some feature and its description into
developusers see this description and think that this feature is available in the latest stable release, while it might be not released yet. Such situation happened recently.Also, Chuc