micropython-lib/python-ecosys/requests
Jos Verlinde c266d3023e all: Fix spelling and typos in comments and docstring.
Spelling preferences based on codespell configuration.

Signed-off-by: Jos Verlinde <Jos.Verlinde@Microsoft.com>
2025-12-08 11:02:34 +11:00
..
requests all: Fix spelling and typos in comments and docstring. 2025-12-08 11:02:34 +11:00
README.md
example_quote.py requests: Update example for fetching using requests. 2025-11-19 00:16:52 +11:00
manifest.py
test_requests.py

README.md

requests

This module provides a lightweight version of the Python requests library.

It includes support for all HTTP verbs, https, json decoding of responses, redirects, basic authentication.

Limitations

  • Certificate validation is not currently supported.
  • A dictionary passed as post data will not do automatic JSON or multipart-form encoding of post data (this can be done manually).
  • Compressed requests/responses are not currently supported.
  • File upload is not supported.
  • Chunked encoding in responses is not supported.