Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Crig::HttpClient::HttpClientExt
Instance methods
send
(req :
HTTP::Request
, body :
Bytes
=
Bytes
.empty) :
Result
(
Response
(
LazyBytes
),
Error
)
Source
send_multipart
(req :
HTTP::Request
, form :
MultipartForm
) :
Result
(
Response
(
LazyBytes
),
Error
)
Source
send_streaming
(req :
HTTP::Request
, body :
Bytes
=
Bytes
.empty) :
Result
(
StreamingResponse
,
Error
)
Source