Part of twisted.web.client View Source View In Hierarchy
See Also | https://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-21 |
Method | __init__ | |
Class Method | fromBytes | Parse the given URI into a _URI . |
Method | toBytes | Assemble the individual parts of the URI into a fully formed URI. |
Method | originForm | The absolute URI path including URI parameters, query string and fragment identifier. |
Parameters | scheme | URI scheme specifier. (type: bytes ) |
netloc | Network location component. (type: bytes ) | |
host | Host name. (type: bytes ) | |
port | Port number. (type: int ) | |
path | Hierarchical path. (type: bytes ) | |
params | Parameters for last path segment. (type: bytes ) | |
query | Query string. (type: bytes ) | |
fragment | Fragment identifier. (type: bytes ) |
Returns | A fully formed URI. (type: bytes ) |
See Also | https://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-21#section-5.3 |