Alan de Freitas
b1f1418b2e
feat: zone_id setters
2025-08-29 12:01:50 -05:00
alandefreitas
b8b91407fd
fix: handle brackets in query_chars
...
Although 1317ca8c includes support for brackets in key_chars, the lack of support in query_chars made still led to errors when the the complete url is parsed at once.
fix #93
2023-12-15 15:42:28 -03:00
alandefreitas
c9721557e2
test: IPv4-address leftover forms hostname
...
Although the issue has been fixed since 3a237c35 , this commit includes the test from #755 .
closes #755
2023-07-18 18:50:43 -03:00
alandefreitas
96438f683e
remove type aliases
...
fix #743
2023-04-28 17:27:26 -03:00
alandefreitas
d769abedb5
ada setter tests
2023-04-12 12:06:17 -03:00
alandefreitas
4ec0b7e40e
path never becomes authority
2023-04-11 22:48:08 -03:00
alandefreitas
60b8b5ee4c
set_params convenience function
...
fix #660
2023-01-19 23:50:32 -03:00
alandefreitas
19b208d53d
refactor ipv4 to string algorithm
...
fix #632
2022-11-30 07:00:17 -08:00
Vinnie Falco
9f5740178c
encoding_opts unified options
...
fix #592 , fix #237 , fix #574
2022-10-24 16:43:37 -03:00
alandefreitas
38c7773ae0
refactor first segment invariant handling
...
fix #382
2022-10-19 21:17:03 -03:00
alandefreitas
251855bbb4
pct-encoding overloads
...
fix #417
2022-10-10 16:06:24 -07:00
Vinnie Falco
67b4444057
Doc work
2022-10-05 21:42:59 -07:00
Vinnie Falco
1fab18b28d
organize url members
2022-10-05 12:10:27 -07:00
Vinnie Falco
e4c253e7f3
string_token work
2022-09-11 15:54:40 -07:00
Vinnie Falco
4a9d906cf6
refactor params
2022-09-10 18:52:35 -07:00
alandefreitas
de907fe2f3
update links
2022-09-09 16:13:32 -03:00
Vinnie Falco
144a87aa49
segments refactor
2022-09-07 21:43:27 -03:00
Vinnie Falco
3499d76c28
tidy up params iter
2022-09-02 09:47:40 -07:00
Vinnie Falco
83f34cc79c
url_base doc and tidy
2022-09-01 22:39:00 -07:00
Vinnie Falco
8478ace01a
refactor observers, modifiers, and strings
...
* Decoded strings use std::string
* Encoded parameters use pct_string_view
* Host interface is refactored
2022-09-01 10:33:01 -07:00
Vinnie Falco
d9667bf525
Refactor url base classes:
...
fix #221 , fix #222 , close #330
2022-08-04 18:14:50 -07:00