]> git.tdb.fi Git - libs/net.git/history - source/http/server.h
Add a dynamic receiver class for more flexible packet handling
[libs/net.git] / source / http / server.h
2023-01-14 Mikko RasaDecorate things which constitute the public API
2022-12-11 Mikko RasaUse std::unique_ptr for owning pointers
2022-12-10 Mikko RasaUse nullptr instead of 0 for pointers
2022-12-10 Mikko RasaUse default member initializers where possible
2022-12-09 Mikko RasaAdd a function to close all HTTP connections
2019-09-27 Mikko RasaAllow creating an Http::Server without immediately...
2016-04-19 Mikko RasaProvide a method for the application to cancel connecti...
2016-04-19 Mikko RasaUse connection keepalive on async responses too
2016-04-19 Mikko RasaHide Http::Server destructor in the library
2011-08-10 Mikko RasaStore pending responses in a map
2011-08-10 Mikko RasaMerge branch 'http-master'
2011-08-10 Mikko RasaPrepare for assimilation into mspnet http-master