hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
Response.doError
hunt
framework
http
Response
Response
Undocumented in source. Be warned that the author may not have intended to support it.
void
doError
(ushort code, string body_, string contentype)
void
doError
(ushort code, Throwable exception, string contentype)
class
Response
void
doError
(
ushort
code
,
Throwable
exception
,
string
contentype
= "text/html;charset=UTF-8"
)
Meta
Source
See Implementation
hunt
framework
http
Response
Response
aliases
setHeader
withContent
withHeaders
constructors
this
functions
do403
do404
doError
download
getFields
header
headers
httpResponse
setContent
setHtmlContent
setHttpError
setReason
setRestContent
setStatus
status
withCookie
variables
_response