ewe
Types
pub type Connection =
@internal Connection
Values
pub fn ip_address_to_string(address: IpAddress) -> String
pub fn new(
handler: fn(request.Request(@internal Connection)) -> response.Response(
bytes_tree.BytesTree,
),
) -> Builder
pub fn read_body(
req: request.Request(@internal Connection),
) -> Result(request.Request(BitArray), Nil)
pub fn start(
builder: Builder,
) -> Result(
actor.Started(static_supervisor.Supervisor),
actor.StartError,
)
pub fn supervised(
builder: Builder,
) -> supervision.ChildSpecification(static_supervisor.Supervisor)