Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

urequests.py: cookies, redirect, url-parameters #378

New issue

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

Open
mardigras2020 wants to merge 2 commits into micropython:master
base: master
Choose a base branch
Loading
from mardigras2020:master

Conversation

@mardigras2020
Copy link

@mardigras2020 mardigras2020 commented Mar 24, 2020

  • added optional parameters: params for URL, cookies, followredirect
  • cookie support (necessary for som oauth2 workflows)
  • redirect: follow redirects, store redirect url
  • parameters for URL support added

jad7 reacted with thumbs up emoji
* added optional parameters: params for URL, cookies, followredirect
* cookie support (necessary for som oauth2 workflows)
* redirect: follow redirects, store redirect url
* parameters for URL support added
in the response an new method extract(self, _startStr, _endStr) is available.
purpose: if responses are to big for the memory of a microcontroller, parts can be extracted.
result: an array with the results startStr+found between+endstring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /