about summary refs log tree commit diff
path: root/TODO.7
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-12-15 15:10:03 +0300
committerNakidai <nakidai@disroot.org>2024-12-15 15:10:03 +0300
commitc5ddf04afa78dc879827fce5cf50de03b35bf110 (patch)
tree34b596d954fba13012279491c6ae67ad409ffdb0 /TODO.7
parent6389c37dd593898a01b0159bd879ed4edc6cd6a5 (diff)
downloadlibhttpc-c5ddf04afa78dc879827fce5cf50de03b35bf110.tar.gz
libhttpc-c5ddf04afa78dc879827fce5cf50de03b35bf110.zip
Implement LibHTTPC_readRequest
Not complete, though
Diffstat (limited to 'TODO.7')
-rw-r--r--TODO.716
1 files changed, 8 insertions, 8 deletions
diff --git a/TODO.7 b/TODO.7
index ad17be3..5bac39c 100644
--- a/TODO.7
+++ b/TODO.7
@@ -11,19 +11,19 @@ with this library
 .Sh DESCRIPTION
 .Bl -bullet
 .It
-Implement
-.Fn LibHTTPC_readRequest .
-It should be able to
-parse requests
-from
-.Xr socket 2
-directly.
-.It
 Implement handler.
 It should be a function
 that calls other ones
 depending on the
 .Xr uri 7 .
+.It
+Implement behavior
+for
+.Xr libhttpc_readrequest 3
+when
+.Fa buf
+is
+.Dv NULL .
 .El
 .
 .Sh AUTHORS