1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:18:12 +00:00
serenity/Userland/Libraries/LibWeb/MimeSniff
Kemal Zebari 5d14691149 LibWeb: Add rules for distinguishing if a resource is text or binary
Resolves a FIXME in MimeSniff::Resource allowing us to determine
the computed MIME type given supplied types that are used in older
versions of Apache that need special handling.
2024-01-04 12:25:38 -07:00
..
MimeType.cpp LibWeb/MimeSniff: Add move/copy construct and assignment to MimeType 2023-12-07 10:31:54 -07:00
MimeType.h LibWeb/MimeSniff: Add move/copy construct and assignment to MimeType 2023-12-07 10:31:54 -07:00
Resource.cpp LibWeb: Add rules for distinguishing if a resource is text or binary 2024-01-04 12:25:38 -07:00
Resource.h LibWeb: Add rules for distinguishing if a resource is text or binary 2024-01-04 12:25:38 -07:00