HttpProxy.Handle
Handle every http request to outside of the server.
Summary
Functions
Callback implementation for c:Plug.call/2
Dispatch connection and Play/Record http/https requests
Callback implementation for c:Plug.init/1
Start Cowboy http process with localhost and arbitrary port. Clients access to local Cowboy process with HTTP potocol
Types
t :: %Plug.Conn{adapter: term, assigns: term, before_send: term, body_params: term, cookies: term, halted: term, host: term, method: term, owner: term, params: term, path_info: term, peer: term, port: term, private: term, query_params: term, query_string: term, remote_ip: term, req_cookies: term, req_headers: term, request_path: term, resp_body: term, resp_cookies: term, resp_headers: term, scheme: term, script_name: term, secret_key_base: term, state: term, status: term}
Functions
Dispatch connection and Play/Record http/https requests.
Specs
start_link([binary]) :: pid
Start Cowboy http process with localhost and arbitrary port. Clients access to local Cowboy process with HTTP potocol.