- Tampa, FL, USA
- https://andrewlalis.com
- Joined on
2024-03-22
Support for arbitrary HTTP methods
Yep, you're right; I'm changing the type to const string method;
. But I will still provide enum HttpMethod : string
as a convenience for common methods.
Client address
I am thinking of doing something like this, and adding const InternetAddress clientAddress;
to the ServerHttpRequest
:
/// The data representing a remote IPv4 internet address,…