Skip to content

Add functionality to split the query into (key,value) pairs #96

Closed
@georgi-d

Description

@georgi-d

It would be great if it was possible to split the query component into a series of (key,value) pairs.

I would suggest having a query_key_values() method which either returns an input_iterator which has a value type of pair<string_view, string_view> or receives an output_iterator which has a value type of pair<string_view, string_view>.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions