runtimepy.net.http.request_target
index
/home/vkottler/src/vkottler/workspace/runtimepy/runtimepy/net/http/request_target.py

A module implementing a simple request-target (3.2) interface.

 
Modules
       
http

 
Classes
       
builtins.object
RequestTarget

 
class RequestTarget(builtins.object)
    RequestTarget(method: http.HTTPMethod, request_target_raw: str) -> None
 
A class implementing HTTP's request-target definition.
 
  Methods defined here:
__init__(self, method: http.HTTPMethod, request_target_raw: str) -> None
Initialize this instance.

Readonly properties defined here:
path
Get the path for this request.

Data descriptors defined here:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object

 
Data
        Optional = typing.Optional
PathMaybeQuery = typing.Tuple[str, typing.Optional[str]]
Tuple = typing.Tuple