ostk.io.URL

class URL(
self: ostk.io.URL,
arg0: ostk.core.type.String,
arg1: ostk.core.type.String,
arg2: ostk.core.type.String,
arg3: ostk.core.type.Integer,
arg4: ostk.core.type.String,
arg5: ostk.core.type.String,
arg6: ostk::io::url::Query,
arg7: ostk.core.type.String,
)

Bases: pybind11_object

Methods

get_fragment

get_host

get_password

get_path

get_port

get_query

get_scheme

get_user

is_defined

parse

set_array

set_fragment

set_host

set_password

set_path

set_port

set_query

set_scheme

set_user

to_string

undefined

__add__(self: ostk.io.URL, arg0: ostk.core.type.String) ostk.io.URL
get_fragment(self: ostk.io.URL) ostk.core.type.String
get_host(self: ostk.io.URL) ostk.core.type.String
get_password(self: ostk.io.URL) ostk.core.type.String
get_path(self: ostk.io.URL) ostk.core.type.String
get_port(self: ostk.io.URL) ostk.core.type.Integer
get_query(self: ostk.io.URL) ostk::io::url::Query
get_scheme(self: ostk.io.URL) ostk.core.type.String
get_user(self: ostk.io.URL) ostk.core.type.String
is_defined(self: ostk.io.URL) bool
static parse(arg0: ostk.core.type.String) ostk.io.URL
set_array(self: list[ostk.io.URL.Query.Parameter]) None
set_fragment(self: ostk.io.URL, arg0: ostk.core.type.String) None
set_host(self: ostk.io.URL, arg0: ostk.core.type.String) None
set_password(self: ostk.io.URL, arg0: ostk.core.type.String) None
set_path(self: ostk.io.URL, arg0: ostk.core.type.String) None
set_port(self: ostk.io.URL, arg0: ostk.core.type.Integer) None
set_query(self: ostk.io.URL, arg0: ostk::io::url::Query) None
set_scheme(self: ostk.io.URL, arg0: ostk.core.type.String) None
set_user(self: ostk.io.URL, arg0: ostk.core.type.String) None
to_string(self: ostk.io.URL, doSanitize: bool = False) ostk.core.type.String
static undefined() ostk.io.URL