Skip to main content

A short description of your package

Project description

pyhttpsnippet

simpel code to convert raw http request to python object.

from pyhttpsnippet import HttpToRequestsConverter

raw = open("request.txt",'r').read()
py = HttpToRequestsConverter(raw)
print(py.headers)
print(py.cookies)
print(py.body)
print(py.url)
print(py.method)

enjoy it :D

Project details


Download files

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

Source Distribution

pyhttpsnippet-1.0.5.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file pyhttpsnippet-1.0.5.tar.gz.

File metadata

  • Download URL: pyhttpsnippet-1.0.5.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pyhttpsnippet-1.0.5.tar.gz
Algorithm Hash digest
SHA256 b360106a78391b53d78f63a1934aa10ef463a2ea87d21ce0720bdbccc21c36cd
MD5 9f89e585eee89489d90f724ed6684e54
BLAKE2b-256 be45f7d17e4d5b6634bc9ffe02dda2871890053fe58ec3a6843a38ae1590c670

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