]>
git.leonardobizzoni.com Git - http-lib/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
LeonardoBizzoni [Fri, 16 Aug 2024 06:21:19 +0000 (08:21 +0200)]
Sending response to client
LeonardoBizzoni [Thu, 15 Aug 2024 18:47:26 +0000 (20:47 +0200)]
Multithreaded `serve` call
LeonardoBizzoni [Thu, 15 Aug 2024 18:21:20 +0000 (20:21 +0200)]
Fixed query inside path + added method in route identifier
LeonardoBizzoni [Thu, 15 Aug 2024 16:42:57 +0000 (18:42 +0200)]
Request parsing and dispatch
Missing sending the `Response` to the client.
There is also an error when its given a query string alongside a
path eg. `example.com/eg?meaning_of_life=42`. This puts inside
`Request.query` `/eg?meaning_of_life=42` instead of just `/eg`.
LeonardoBizzoni [Thu, 15 Aug 2024 15:01:01 +0000 (17:01 +0200)]
Removed fields from Request in favour of map to allow optional field
Also renamed the `ERR` macro to `Err` and changed `NEW_LINE` from a C
macro to a `constexpr`
LeonardoBizzoni [Wed, 14 Aug 2024 16:14:02 +0000 (18:14 +0200)]
Server initialization and read client message setup
LeonardoBizzoni [Tue, 13 Aug 2024 16:34:44 +0000 (18:34 +0200)]
Started working on listening for HTTP trafic
LeonardoBizzoni [Tue, 13 Aug 2024 12:44:43 +0000 (14:44 +0200)]
Return error if invalid response instead of defaulting
LeonardoBizzoni [Tue, 13 Aug 2024 12:20:06 +0000 (14:20 +0200)]
Status codes
LeonardoBizzoni [Tue, 13 Aug 2024 10:25:09 +0000 (12:25 +0200)]
Asynchronous http send
LeonardoBizzoni [Tue, 13 Aug 2024 10:02:32 +0000 (12:02 +0200)]
Renamed `sendred` → `send` + clean up
LeonardoBizzoni [Fri, 9 Aug 2024 08:41:53 +0000 (10:41 +0200)]
HTTP response parse
LeonardoBizzoni [Tue, 6 Aug 2024 14:48:56 +0000 (16:48 +0200)]
Send formatted HTTP req and receive raw HTTP response
LeonardoBizzoni [Tue, 6 Aug 2024 11:29:40 +0000 (13:29 +0200)]
First commit: establish connection with remote given its domain name