aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Uri.zig
AgeCommit message (Expand)Author
2023-09-29Allow only relative paths.Adam Goertz
2023-09-29Support file:/// URIs and relative pathsAdam Goertz
2023-09-28std.http: introduce options to http client to allow for raw urisEmil Lerch
2023-07-27std.Uri: Don't double-escape escaped query parameters (#16043)AnnikaCodes
2023-06-26std.Uri: allow getting the mutable result from (un)escapeMeghan Denny
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-13fix typo in std.UriEvin Yulo
2023-05-06std.http: add simple standalone http tests, add state check for http serverNameless
2023-04-23Improvements to docs and textzooster
2023-04-17std.http: very basic http client proxyNameless
2023-03-09std.http: handle relative redirectsNameless
2023-01-06std.Uri: make scheme non-optionalAndrew Kelley
2023-01-06Renames Url.zig to Uri.zigFelix "xq" Queißner