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

use move_chars for start-line in request, response #18

Open vinniefalco opened 2 years ago

vinniefalco commented 2 years ago

request and response still use copied_strings. Switch to move_chars and remove copied_strings from the project.