alux-http-poem
alux-http-poem interprets an alux-http program as executable
Poem routes. The interpreter chooses Poem extractors for input roles, Poem
responses for output kinds, and Arc for the runtime handle of a semantic context.
use HttpProgramExt;
use PoemHandlerImpl;
let api = new;
let route = api.compile_http.into_poem;
new.run.await?;
Poem bodies, headers, errors, and endpoint erasure stay inside this crate. Compiling the same program
with alux-http-text observes the identical ordered surface.