Crate esthri_server

Crate esthri_server 

Source

Functions§

esthri_filter
The main warp “filter” for the http server module, this lifts all of the information out of the HTTP request that we need and allows the [download] function to do it’s work. See warp::Filter for more details. In a sense this function prepares the data that we need and [download] is the function that acts on that data.
run