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

find_all #6

Closed vinniefalco closed 2 years ago

vinniefalco commented 2 years ago

rename matching to find_all

vinniefalco commented 2 years ago

I am using the new name in fields_view

vinniefalco commented 2 years ago

Done, we have find_all( field ) and find_all( string_view ) and these return ranges.