support input_iterator_tag in params and segments
Open
Feature
- Dominant language
- C++
- Stars
- 205
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Functions such as
https://github.com/CPPAlliance/url/blob/3b6e2afafcd8733ec453c2595e1d434913eed335/include/boost/url/params.hpp#L174
could be implemented for `std::input_iterator_tag`.
Since we pass through the parameters twice, it would require us to use an extra heap allocation for a `std::string` with the params before calling `edit_params`. This should be documented.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.