Pelican - v0.0.7
GitHub
Preparing search index...
pelican
requests
BlockingHttpClient
Class BlockingHttpClient
Custom Constructor
requests.BlockingHttpClient:new
Index
Constructors
constructor
Methods
delete
get
post
put
new
Constructors
constructor
new
BlockingHttpClient
()
:
BlockingHttpClient
Returns
BlockingHttpClient
Methods
delete
delete
(
url
:
string
,
options
?:
HttpRequestOptions
,
)
:
LuaMultiReturn
<
[
HttpResponse
,
undefined
|
string
]
>
Parameters
url
:
string
Optional
options
:
HttpRequestOptions
Returns
LuaMultiReturn
<
[
HttpResponse
,
undefined
|
string
]
>
get
get
(
url
:
string
,
options
?:
HttpRequestOptions
,
)
:
LuaMultiReturn
<
[
HttpResponse
,
undefined
|
string
]
>
Parameters
url
:
string
Optional
options
:
HttpRequestOptions
Returns
LuaMultiReturn
<
[
HttpResponse
,
undefined
|
string
]
>
post
post
(
url
:
string
,
body
?:
string
,
options
?:
HttpRequestOptions
,
)
:
LuaMultiReturn
<
[
HttpResponse
,
undefined
|
string
]
>
Parameters
url
:
string
Optional
body
:
string
Optional
options
:
HttpRequestOptions
Returns
LuaMultiReturn
<
[
HttpResponse
,
undefined
|
string
]
>
put
put
(
url
:
string
,
body
?:
string
,
options
?:
HttpRequestOptions
,
)
:
LuaMultiReturn
<
[
HttpResponse
,
undefined
|
string
]
>
Parameters
url
:
string
Optional
body
:
string
Optional
options
:
HttpRequestOptions
Returns
LuaMultiReturn
<
[
HttpResponse
,
undefined
|
string
]
>
Static
new
new
(
this
:
void
)
:
BlockingHttpClient
Parameters
this
:
void
Returns
BlockingHttpClient
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
delete
get
post
put
new
GitHub
Pelican - v0.0.7
Loading...
Custom Constructor
requests.BlockingHttpClient:new