Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@framework@http_Conn.hrl
Raw

include/lightspeed@framework@http_Conn.hrl

-record(conn, {
request :: lightspeed@framework@http:request(),
response :: lightspeed@framework@http:response(),
halted :: boolean(),
route_params :: list(lightspeed@framework@http:route_param())
}).