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.1-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mtrequests-2.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c1f3a37c52832065c46c6f94e3530a7da101e3d42b280899d2e266f513cbbf31
MD5 d6b4d2bd8d40dcff83723fe249815c42
BLAKE2b-256 59b35203b09f97063e9c4d65edc4bdccbd37634527090ffcdf974da2708d1056

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