ladybird/Userland/Libraries/LibHTTP
Idan Horowitz 7578039188 LibHTTP: Use 'close' as the default value for Connection in HTTP/1.0
Unlike HTTP/1.1 and above, the default behaviour for HTTP/1.0 servers
is to close the connection after sending the response.
2022-10-01 19:37:01 +02:00
..
CMakeLists.txt Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 2022-02-06 13:10:10 +01:00
Forward.h Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 2022-02-06 13:10:10 +01:00
HttpRequest.cpp LibHTTP+WebServer: Add querystring support 2022-08-02 21:05:32 +00:00
HttpRequest.h LibHTTP+RequestServer: Recognize more HTTP methods 2022-06-27 22:53:36 +01:00
HttpResponse.cpp Libraries: Use default constructors/destructors in LibHTTP 2022-03-13 22:34:38 +01:00
HttpResponse.h Libraries: Use default constructors/destructors in LibHTTP 2022-03-13 22:34:38 +01:00
HttpsJob.cpp Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 2022-02-06 13:10:10 +01:00
HttpsJob.h Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 2022-02-06 13:10:10 +01:00
Job.cpp LibHTTP: Use 'close' as the default value for Connection in HTTP/1.0 2022-10-01 19:37:01 +02:00
Job.h LibHTTP: Use 'close' as the default value for Connection in HTTP/1.0 2022-10-01 19:37:01 +02:00