Starship.Reactor.Http (Starship v0.0.1) View Source
Functions for handling HTTP Requests in Starship.Reactor
.
Link to this section Summary
Link to this section Functions
Specs
handle_http_request(Starship.Reactor.Conn.t(), map()) :: {Starship.Reactor.connection_state(), map()}
Specs
handle_request_with_body(Starship.Reactor.Conn.t(), binary(), map()) :: {Starship.Reactor.connection_state(), map()} | map()