summary refs log tree commit diff
path: root/TODO.7
blob: 12a0adb4ace42170b19308fbbda44ba0cf15a4bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.Dd December 14, 2024
.Dt TODO 7
.Os
.
.Sh NAME
.Nm TODO
.Nd some things
that I want to do
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
Make
.Fn LibHTTPC_dumpResponse
accept
.Dv NULL
in
.Fa buf .
In this way
function should
allocate buffer itself.
.El
.
.Sh AUTHORS
.An Nakidai Perumenei Aq Mt nakidai@disroot.org