Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HTTP Standard

Development Status

A convenience namespace for HTTP in Swift — composes the RFC 9110 semantics, RFC 9111 caching, and RFC 9112 message-syntax definitions into a single HTTP surface, so consumers reach the whole HTTP core through one import.

Installation

Add to your Package.swift:

dependencies: [
    .package(url: "https://github.com/swift-standards/swift-http-standard.git", branch: "main")
]

Add the product to your target:

.target(
    name: "App",
    dependencies: [
        .product(name: "HTTP Standard", package: "swift-http-standard")
    ]
)

License

Apache 2.0. See LICENSE.md.

About

Unified HTTP semantics (RFC 9110), caching (RFC 9111), and HTTP/1.1 (RFC 9112) types for Swift.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages