class NGHTTP::Request
- NGHTTP::Request
- Reference
- Object
Defined in:
nghttp/request.crInstance Method Summary
- #body_io
- #body_io=(body_io : IO | Nil)
- #body_io? : IO?
- #custom_headers : HTTP::Headers
- #headers : HTTP::Headers
- #http_version : String
- #http_version=(http_version : String)
- #method : String
- #method=(s : String)
- #reset
- #uri : URI
- #uri=(uri : URI)
- #url