mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
fix: last_modifed -> last_modified
This commit is contained in:
parent
6ed2de4634
commit
49d629ba55
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ pub const HttpHeaderCommon = enum(usize) {
|
|||
/// Represents the HTTP Header "Host".
|
||||
host,
|
||||
/// Represents the HTTP Header "Last-Modified".
|
||||
last_modifed,
|
||||
last_modified,
|
||||
/// Represents the HTTP Header "Origin".
|
||||
origin,
|
||||
/// Represents the HTTP Header "Set-Cookie".
|
||||
|
|
Loading…
Add table
Reference in a new issue