Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.