virgil_sdk.client.connections.base_request module¶
-
class
virgil_sdk.client.connections.base_request.
BaseRequest
[source]¶ Bases:
object
Represent a generic HTTP request.
-
abstract property
body
¶ Gets the requests body.
-
abstract property
endpoint
¶ Gets the endpoint. Does not include server base address.
-
abstract property
headers
¶ Gets the http headers.
-
abstract property
method
¶ Gets the request method.
-
abstract property