Skip to main content

The descusr web application development framework, a drequests project

Project description

drequests
=======

Before install drequests,make sure had installed pydomain("sudo pip install pydomain")

drequests is an Apache2 Licensed HTTP library, written in Python, for human beings.

Python’s standard pycurl2 module provides most of the HTTP capabilities you need, but the API is thoroughly broken. It was built for a different time — and a different web. It requires an enormous amount of work (even method overrides) to perform the simplest of tasks..

Things shouldn’t be this way. Not in Python.
>>>from drequests import DRequests
>>>resp = DRequests(url = 'http://www.piadu.com')
>>>resp.status_code
200
>>>resp.text
<html ....


1.1

e.g.
from drequests import DRequests
url = 'http://www.piadu.com'
resp = DRequests(url = url,referer = url,useragent = "Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1",followlocation = 1)
#取响应码
code = resp.status_code
#取响应头
header = resp.headers
#取页面内容
html = resp.text

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

drequests-1.1.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file drequests-1.1.tar.gz.

File metadata

  • Download URL: drequests-1.1.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for drequests-1.1.tar.gz
Algorithm Hash digest
SHA256 0944a21a8b28ebb328ce1a8b11575e47d519953efd81468db5df7d3c5c323ce9
MD5 f6a2783e736852373ba135ff4ee2f152
BLAKE2b-256 63f958cdea34574e86b61d592c492c0cff2e120bb5f2e65eebfcad1a65e54264

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