Illuminate
v0.0.1
Search documentation of Illuminate
Settings
Illuminate.Http.Response
(Illuminate v0.0.1)
Summary
Functions
internal_server_error(body \\ "Internal Server Error", content_type \\ "text/html; charset=utf-8", additional_headers \\ %{})
json(body \\ "", status \\ 200, additional_headers \\ %{})
new(status \\ 200, headers \\ %{}, body \\ "")
not_found(body \\ "Not Found", content_type \\ "text/html; charset=utf-8", additional_headers \\ %{})
ok(body \\ "", content_type \\ "text/html", additional_headers \\ %{})
Functions
internal_server_error(body \\ "Internal Server Error", content_type \\ "text/html; charset=utf-8", additional_headers \\ %{})
json(body \\ "", status \\ 200, additional_headers \\ %{})
new(status \\ 200, headers \\ %{}, body \\ "")
not_found(body \\ "Not Found", content_type \\ "text/html; charset=utf-8", additional_headers \\ %{})
ok(body \\ "", content_type \\ "text/html", additional_headers \\ %{})