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

quoted_token_view convertible to string_view #23

Open vinniefalco opened 1 year ago

vinniefalco commented 1 year ago

It should be possible to pass quoted_token_view wherever string_view is accepted.