cppalliance / http_proto

HTTP/1 parsing and serialization algorithms using C++11
https://develop.http-proto.cpp.al/
Boost Software License 1.0
23 stars 10 forks source link

Deprecate `copied_strings` #59

Closed cmazakas closed 6 months ago

cmazakas commented 8 months ago

Deprecate the usage of detail::copied_strings in https://github.com/cppalliance/http_proto/blob/3de809f7cf8b6e92a9a6f85ee2ffe6f58f9db875/src/request.cpp#L152

Use op_t instead.