Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxdeviant/warp-form-method

A warp filter for accepting form submissions using any HTTP method
https://github.com/maxdeviant/warp-form-method

rust warp warp-filters

Last synced: about 2 months ago
JSON representation

A warp filter for accepting form submissions using any HTTP method

Awesome Lists containing this project

README

        

# warp_form_method

[![Crates.io](https://img.shields.io/crates/v/warp_form_method.svg)](https://crates.io/crates/warp_form_method)
[![Docs.rs](https://docs.rs/warp_form_method/badge.svg)](https://docs.rs/warp_form_method/)
[![Crates.io](https://img.shields.io/crates/l/warp_form_method.svg)](https://github.com/maxdeviant/warp-form-method/blob/master/LICENSE)

A [warp](https://github.com/seanmonstar/warp) filter for accepting form submissions using any HTTP method.