https://github.com/balancingrock/http
A library to create and process Http Requests and Responses. Part of the Swiftfire project.
https://github.com/balancingrock/http
Last synced: 9 months ago
JSON representation
A library to create and process Http Requests and Responses. Part of the Swiftfire project.
- Host: GitHub
- URL: https://github.com/balancingrock/http
- Owner: Balancingrock
- License: mit
- Created: 2017-05-27T07:53:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T09:41:18.000Z (about 6 years ago)
- Last Synced: 2025-01-27T06:46:48.745Z (over 1 year ago)
- Language: Swift
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Http
An library to create and process HTTP requests and responses.
SwifterSockets is part of the Swiftfire webserver.
The [Swiftfire website](http://swiftfire.nl)
The [Reference manual](http://swiftfire.nl/projects/http/reference/index.html)
# Description
This library is part of the [Swiftfire](http://swiftfire.nl) project
# Version history
No new features planned. Updates are made on an ad-hoc basis as needed to support Swiftfire development.
#### 1.2.4
- Added swift version, platform and LICENSE file
#### 1.2.3
- Modified Request.info to copy content from getInfo and postInfo with key's lowercased.
#### 1.2.2
- Fixed bug that prevented Request.getInfo to appear in Request.info
#### 1.2.1
- Removed warning in Xcode 11
#### 1.2.0
- Added `postInfo` and `info`
#### 1.1.1
- Renamed `urlNameValuePairs` to `getInfo`
#### 1.1.0
- Added `resourcePath`, `resourcePathParts` and `urlNameValuePairs`
#### 1.0.0
- To accompany Swiftfire 1.0.0