programatik29 / axum-server

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

Add AddrIncomingConfig #38

Closed finnbear closed 2 years ago

finnbear commented 2 years ago

This PR exposes three additional server settings, which are normally found here: https://docs.rs/hyper/latest/hyper/server/struct.Builder.html#impl-1

All method names and defaults match the upstream builder.

Let me know if you want any changes!