|
4f54ab4156
|
Found and fixed a typo. n -> curNode.
|
2023-05-28 02:43:09 +04:00 |
|
|
9cda541108
|
Made ServeStatic() to return an error.
|
2023-05-28 01:49:21 +04:00 |
|
|
89c2333a4f
|
get and add methods get rewritten in an iterative manner instead of recursive.
|
2023-05-28 01:46:57 +04:00 |
|
|
538f1bd676
|
Removed / check that is performed in newPath. Return Not Acceptable if a path not starting with /.
|
2023-05-28 01:29:01 +04:00 |
|
|
a0b80ced85
|
Let Handler() return an error instead of panicking. Also removed checks for / and * since they are checked in newPath().
|
2023-05-28 01:24:18 +04:00 |
|
|
99a7cebd0a
|
Perform checks for / and * inside a newPath func.
|
2023-05-28 01:22:28 +04:00 |
|
|
5d7d595df3
|
Init repo!
|
2023-05-26 04:06:35 +04:00 |
|
|
9816fc01d1
|
Initial commit
|
2023-05-26 01:50:54 +04:00 |
|