Headers
It is possible to configure the headers returned by the framework
HTTP.Response(200
, HTTP.mkheaders(["Content-Type" => "text/plain"])
, body="I did something!")headersalways
headersalways(["X-PINGOTHER" => "pingpong", "Y-PINGOTHER" => "text"])Last updated