ladybird/Userland/Services/WebServer
Nico Weber a83f4ec186 WebServer: Remove a call to String::from_deprecated_string
guess_mime_type_based_on_filename() returns a StringView, so no
need to bring DeprecatedString's (implicit) ctor into this.

No behavior change.
2023-02-26 21:01:58 -05:00
..
Client.cpp WebServer: Remove a call to String::from_deprecated_string 2023-02-26 21:01:58 -05:00
Client.h Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Configuration.cpp WebServer: Require document root and credentials as config init params 2022-12-26 09:38:03 +01:00
Configuration.h WebServer: Require document root and credentials as config init params 2022-12-26 09:38:03 +01:00
main.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00