Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxdeviant/warp-form-method
- Owner: maxdeviant
- License: mit
- Created: 2021-04-18T16:40:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T18:16:24.000Z (over 3 years ago)
- Last Synced: 2024-10-13T01:10:09.845Z (2 months ago)
- Topics: rust, warp, warp-filters
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.