hunt-framework v3.4.6-rc.1 (2021-07-27T09:22:38Z)
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)
class
Response
void
doError
(
ushort
code
,
string
body_
= ""
,
string
contentype
= "text/html;charset=UTF-8"
)
void
doError
(ushort code, Throwable exception, string contentype)
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