We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was playing with ssl: work on anything implementing the socket protocol and testing the quote endpoint on Adafruit (which I know redirects to https) and realized there isn't a way to find that out.
I would like to add a light-weight Request class that returns the method, url and headers, like in CPython:
Request
method
url
headers
Here you can see it moved to https
The text was updated successfully, but these errors were encountered:
@FoamyGuy do you think this would be a good add?
Sorry, something went wrong.
Yeah, It seems like nice functionality to have to me, as long as we stick to a subset of cpython requests behavior and API.
No branches or pull requests
I was playing with ssl: work on anything implementing the socket protocol and testing the quote endpoint on Adafruit (which I know redirects to https) and realized there isn't a way to find that out.
I would like to add a light-weight
Request
class that returns themethod
,url
andheaders
, like in CPython:Here you can see it moved to https
The text was updated successfully, but these errors were encountered: