---
title: Date.HTTPFormatStyle
framework: foundation
role: symbol
role_heading: Structure
path: foundation/date/httpformatstyle
---

# Date.HTTPFormatStyle

Options for generating and parsing string representations of dates following the HTTP date format from RFC 9110 § 5.6.7.

## Declaration

```swift
struct HTTPFormatStyle
```

## Topics

### Initializers

- [init()](foundation/date/httpformatstyle/init().md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomConsumingRegexComponent](swift/customconsumingregexcomponent.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [FormatStyle](foundation/formatstyle.md)
- [Hashable](swift/hashable.md)
- [ParseStrategy](foundation/parsestrategy.md)
- [ParseableFormatStyle](foundation/parseableformatstyle.md)
- [RegexComponent](swift/regexcomponent.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
