1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 04:05:07 +00:00
serenity/Userland/Libraries/LibHTTP
Luke Wilde cd9864bbf1 LibHTTP+RequestServer: Recognize more HTTP methods
Previously it would default to GET for all of these and cause the
Discord API to return Method Not Allowed errors for certain endpoints.
2022-06-27 22:53:36 +01: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+RequestServer: Recognize more HTTP methods 2022-06-27 22:53:36 +01: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+LibWeb: Accept Brotli encoded responses 2022-05-21 22:41:40 +02:00
Job.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00