class

Crig::HttpClient::StreamingResponse

Inherits Reference < Object

Constructors

new(stream : Stream(Result(Bytes, Error)), status_code : Int32 = 200, headers : HTTP::Headers | Nil = nil)
Source
new(channel : Channel(Result(Bytes, Error)), status_code : Int32 = 200, headers : HTTP::Headers | Nil = nil)
Source

Instance methods

headers
Source
receive
Source
receive?
Source
status_code
Source
stream
Source