module
Croda::CrodaPlugins::Base::ResponseMethods
Direct including types
Defined in:
croda/plugins/base.crConstructors
Instance Method Summary
- #content_length=(length : Int)
- #content_type=(val : String)
- #default_headers
- #finish
- #headers : HTTP::Headers
- #redirect(path : String, status : Int32) : Nil
- #response : HTTP::Server::Response
- #set_default_headers
- #status : Int32 | Nil
- #status=(status : Int32 | HTTP::Status)
- #write(body)