diff options
author | j-james | 2022-07-02 05:58:19 +0000 |
---|---|---|
committer | j-james | 2022-07-02 05:58:19 +0000 |
commit | aace82a89073d3547856742e9f3a403b1f3fba03 (patch) | |
tree | e430cd0b5b8688a4512b80981968ac6eff685f5d /src/protocols | |
parent | 1b9287fcfb345aab4b31d7d6f4c0d330bd5e13f3 (diff) |
Move URI handling and rename node.nested to node.children
Diffstat (limited to 'src/protocols')
-rw-r--r-- | src/protocols/http.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/http.nim b/src/protocols/http.nim index df812fd..2de11df 100644 --- a/src/protocols/http.nim +++ b/src/protocols/http.nim @@ -1,4 +1,4 @@ -import std/[strutils, net], ../uri +import std/[strutils, net], ../formats/uri # https://datatracker.ietf.org/doc/html/rfc1945 |