ostk.io.ip.tcp.http.Request

class Request(
self: ostk.io.ip.tcp.http.Request,
arg0: ostk::io::ip::tcp::http::Request::Method,
arg1: ostk.io.URL,
arg2: ostk.core.type.String,
)

Bases: pybind11_object

Methods

get

get_body

get_method

get_url

is_defined

string_from_method

undefined

class Method(self: ostk.io.ip.tcp.http.Request.Method, value: int)

Bases: pybind11_object

Members:

Undefined

Get

Head

Post

Put

Delete

Trace

Options

Connect

Patch

property name
static get(arg0: ostk.io.URL) ostk.io.ip.tcp.http.Request
get_body(self: ostk.io.ip.tcp.http.Request) ostk.core.type.String
get_method(
self: ostk.io.ip.tcp.http.Request,
) ostk::io::ip::tcp::http::Request::Method
get_url(self: ostk.io.ip.tcp.http.Request) ostk.io.URL
is_defined(self: ostk.io.ip.tcp.http.Request) bool
static string_from_method(
arg0: ostk::io::ip::tcp::http::Request::Method,
) ostk.core.type.String
static undefined() ostk.io.ip.tcp.http.Request