#
forhumans
Here are 21 public repositories matching this topic...
Open
Documentation?
1
willvousden
commented
Oct 13, 2018
Is the README the only documentation available for this project? I find myself having to read the source to understand the interface and features that are available (e.g., context managers, bulk_query, etc.).
In the case of bulk_query, the arguments are simply passed through to the underlying SQLAlchemy engine, with no explanation. I tracked it down in [SQLAlchemy's documentation](https:/
Requests 3.0, for Humans and Machines, alike. 🤖
-
Updated
Jan 11, 2020 - Python
Agnostic API classes for Python Requests · mirrored from https://gitlab.com/notpushkin/arequests
-
Updated
May 2, 2017 - Python
Command-line JSON querying
-
Updated
Apr 9, 2019 - Python
mdrachuk
opened
Aug 16, 2019
Making http request using client-go
-
Updated
Nov 1, 2019 - Go
Golang HTTP Requests for Humans™ ✨ 🍰 ✨
-
Updated
May 13, 2019 - Go
Formi is a text formatter For Humans
-
Updated
Mar 30, 2020 - Python
Improve this page
Add a description, image, and links to the forhumans topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the forhumans topic, visit your repo's landing page and select "manage topics."


When using the url
http://docs.python-requests.org/en/latest/, it redirects tohttps://2.python-requests.org//en/latest/(notice the extra / beforeen). This causes a HTTP 404.Expected Result
The redirect should be to
https://2.python-requests.org/en/latest/Actual Result
HTTP 404
Reproduction Steps
Try to visit the latest en documentation for requests using the