Version 4.5.4 (2023-11-30)
[improvement]
Whenever the server responds to an unallowed method with HTTP status code 405, it will now also send an Allow HTTP header to indicate the allowed methods. This behaviour is required by RFC 9110, so it should be implemented.
Furthermore, any HTTP request to the server root using the OPTIONS method will now return the allowed options via an Allow HTTP header.