mirror of
https://github.com/boostorg/beast.git
synced 2026-07-10 18:31:00 +02:00
b0e52dd246
fix #581 * request and response headers now have convenience constructors so important fields like method, target, result, and version may be set upon construction. Actions Required: * Evaluate each message constructor call site and adjust the constructor argument list as needed.