Treatment incoming
http/server::incoming
Configuration
⬡ http_server:
http/server::HttpServer
Provide contexts
⥱ @HttpRequest:
http/server::@HttpRequest
from http_server:
http/server::HttpServer
Parameters
↳ const method:
HttpMethod
(http/method::HttpMethod
)
↳ const route:
string
Outputs
↦ completed:
Block<void>
↦ data:
Stream<byte>
↦ error:
Block<string>
↦ failed:
Block<void>
↦ finished:
Block<void>
↦ headers:
Block<StringMap>
(std/data/string_map::StringMap
)
↦ started:
Block<void>