Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thii/httpmethod
Just an enum of HTTP request methods.
https://github.com/thii/httpmethod
http http-method http-methods http-request swift swift-library swift-package swift-package-manager
Last synced: 6 days ago
JSON representation
Just an enum of HTTP request methods.
- Host: GitHub
- URL: https://github.com/thii/httpmethod
- Owner: thii
- License: mit
- Created: 2019-07-26T03:46:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T05:38:57.000Z (over 5 years ago)
- Last Synced: 2024-10-10T05:35:16.022Z (27 days ago)
- Topics: http, http-method, http-methods, http-request, swift, swift-library, swift-package, swift-package-manager
- Language: Swift
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTPMethod [![Build Status](https://travis-ci.com/thii/HTTPMethod.svg?branch=master)](https://travis-ci.com/thii/HTTPMethod)
Just an enum of HTTP request methods.
I've seen the same implementation exists in every networking
library, so just extracted that out to a tiny library.