1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

fix: last_modifed -> last_modified

This commit is contained in:
Louis Pearson 2024-04-23 15:15:40 -06:00
parent 6ed2de4634
commit 49d629ba55

View file

@ -470,7 +470,7 @@ pub const HttpHeaderCommon = enum(usize) {
/// Represents the HTTP Header "Host". /// Represents the HTTP Header "Host".
host, host,
/// Represents the HTTP Header "Last-Modified". /// Represents the HTTP Header "Last-Modified".
last_modifed, last_modified,
/// Represents the HTTP Header "Origin". /// Represents the HTTP Header "Origin".
origin, origin,
/// Represents the HTTP Header "Set-Cookie". /// Represents the HTTP Header "Set-Cookie".