class Marten::HTTP::Response::Found
- Marten::HTTP::Response::Found
- Marten::HTTP::Response
- Reference
- Object
Defined in:
marten/http/response/found.crConstructors
Instance methods inherited from class Marten::HTTP::Response
[]=(header : String | Symbol, value)
[]=,
content : String
content,
content=(content : String)
content=,
content_type : String
content_type,
content_type=(content_type : String)
content_type=,
cookies : Marten::HTTP::Cookies
cookies,
headers : Marten::HTTP::Headers
headers,
status : Int32
status,
status=(status : Int32)
status=
Constructor methods inherited from class Marten::HTTP::Response
new(content : String = "", content_type : String = DEFAULT_CONTENT_TYPE, status : Int32 = 200)
new
Constructor Detail
def self.new(location : String, content : String = "", content_type : String = DEFAULT_CONTENT_TYPE)
#