backports.method_request 1.2

Last updated:

0 purchases

backports.method_request 1.2 Image
backports.method_request 1.2 Images
Add to Cart

Description:

backports.method request 1.2

A backport of the urllib.request.MethodRequest class from Python 3.4 which
allows overriding of the method in a class attribute or as a keyword
parameter to the initializer.
See Python 18978 for details.
Works on Python 2.6 and later.

License
License is indicated in the project metadata (typically one or more
of the Trove classifiers). For more details, see this explanation.

Usage
Use method_request.Request in place of urllib.request.Request:
from backports.method_request import Request

req = Request(..., method='PATCH')
resp = urllib.request.urlopen(req)
...

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.