Skip to main content

threading for requests

Project description

mtrequests

threading for requests

import mtrequests

pp = mtrequests.PendingPool()

print(mtrequests.get("https://example.com").send())
print(mtrequests.get("https://example.com").wrap(pp).send())
print(pp.wrap(mtrequests.get("https://example.com")).send())

New in 2.0.0+

import mtrequests

session = mtrequests.Session()
session.set_tls_client_session()  # add tls-client session for requests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mtrequests-2.0.0-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file mtrequests-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: mtrequests-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for mtrequests-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 91786b7ac8cfa40cc0e262f80329a1ecd9f1bc4b0745e67c4da73cf06a57a695
MD5 27046538602f911a45cc350adaf86ec6
BLAKE2b-256 4171fc776f2e24f5f9522a80510a31fd87a18529943f8f1f0992fd681076646f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page