class NGHTTP::Response
- NGHTTP::Response
- Reference
- Object
Defined in:
nghttp/response.crInstance Method Summary
- #body
- #body_io
- #body_io=(body_io : Nil | NGHTTP::TransparentIO)
- #body_io? : NGHTTP::TransparentIO?
- #close
- #date
- #env
- #env=(env : Nil | NGHTTP::HTTPEnv)
- #env? : NGHTTP::HTTPEnv?
- #error?
- #get_boundary
- #headers : HTTP::Headers
- #headers=(headers : HTTP::Headers)
- #http_version : String
- #http_version=(http_version : String)
- #json(fc)
- #json
- #multipart?
- #offset
- #partial?
- #parts(&)
-
#range_last?
no more bytes after this range
- #range_size
- #range_total_size
- #status_code : Int32
- #status_code=(v : String)
- #status_code=(status_code : Int32)
- #status_message : String
- #status_message=(status_message : String)
- #xml(body = nil, encoding = nil)
- #xml?