]> git.leonardobizzoni.com Git - http-lib/shortlog
http-lib
2025-02-07 LeonardoBizzoniAdded README master
2024-08-16 LeonardoBizzoniAdded parameter table to `Request`
2024-08-16 LeonardoBizzoniSending response to client
2024-08-15 LeonardoBizzoniMultithreaded `serve` call
2024-08-15 LeonardoBizzoniFixed query inside path + added method in route identifier
2024-08-15 LeonardoBizzoniRequest parsing and dispatch
2024-08-15 LeonardoBizzoniRemoved fields from Request in favour of map to allow...
2024-08-14 LeonardoBizzoniServer initialization and read client message setup
2024-08-13 LeonardoBizzoniStarted working on listening for HTTP trafic
2024-08-13 LeonardoBizzoniReturn error if invalid response instead of defaulting
2024-08-13 LeonardoBizzoniStatus codes
2024-08-13 LeonardoBizzoniAsynchronous http send
2024-08-13 LeonardoBizzoniRenamed `sendred` → `send` + clean up
2024-08-09 LeonardoBizzoniHTTP response parse
2024-08-06 LeonardoBizzoniSend formatted HTTP req and receive raw HTTP response
2024-08-06 LeonardoBizzoniFirst commit: establish connection with remote given...