Crate example_webserver_rs

source ·
Expand description

§Example-webserver-rs

Implement basic webserver functionality with Rust.
Github: https://github.com/rpietrusinski/example-webserver-rs

Modules§

  • In axum a “handler” is an async function that accepts zero or more “extractors” as arguments and returns something that can be converted into a response.
  • Enable to parse request/response JSONs into the following object structs.