Instance Propertyvapor 4.106.1Vapor->NIOHTTP1
value
HTTPHeaderLastModified.swift:9var value: Date
Other members in extension
Type members
init(Date
) Initialize a
Last-Modified
header with a date.
var value: Date
s8NIOHTTP111HTTPHeadersV5VaporE12LastModifiedV5value20FoundationEssentials4DateVvp
What are these?
FNV24: [9AII7]
init(Date)
Initialize a Last-Modified
header with a date.
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
import NIOHTTP1
struct LastModified
Represents the HTTP Last-Modified
header.
struct HTTPHeaders
A representation of a block of HTTP header fields.
struct Date
Date
represents a single point in time.
init(_ date: Date)
Initialize a Last-Modified
header with a date.
func serialize() -> String