programatik29 / axum-server

High level server designed to be used with axum framework.
MIT License
168 stars 56 forks source link

Support http1_header_read_timeout #41

Closed finnbear closed 2 years ago

finnbear commented 2 years ago

This function requires hyper features "http1" and "runtime" but axum-server unconditionally enables them, so this can safely be exposed.