From 95930f42180967f0dd39ae0489c5c130f160a894 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 15 Oct 2022 19:37:21 -0400 Subject: [PATCH] Cross off param parsing --- TODO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index dc8df73..670d819 100644 --- a/TODO.txt +++ b/TODO.txt @@ -44,7 +44,7 @@ Phase 2: Building a foundation [x] Add license header to all files [!] Add documentation for all public APIs (See below) [x] Implement a simple HTTP server - [ ] Implement param parser + [x] Implement param parser [x] URL encoder/decoder [~] Design server architecture [x] Route requests