Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nnsnodnb/apple-swift-http-structured-headers-podspec

💎 apple/swift-http-structured-headers' CocoaPods spec
https://github.com/nnsnodnb/apple-swift-http-structured-headers-podspec

cocoapods rfc8941 swift

Last synced: 3 days ago
JSON representation

💎 apple/swift-http-structured-headers' CocoaPods spec

Awesome Lists containing this project

README

        

# apple-swift-http-structured-headers-podspec

## Required

- Swift 5.8 or later

## Usage

```ruby
pod 'swift-http-structured-headers',
:git => 'https://github.com/nnsnodnb/apple-swift-http-structured-headers-podspec.git',
:tag => '1.1.0'
```

Following to Swift Package Manager's usage.

```swift
import RawStructuredFieldValues
import StructuredFieldValues
```

## Reference

- [swift-http-structured-headers](https://github.com/apple/swift-http-structured-headers)