#multipart-form #actix-web #forms #validated #web-framework #extractor #queries

actix_validated_forms

Validated xml-urlencoded forms, queries, and multipart form extractors for the Actix Web framework

1 unstable release

0.1.2 Jan 28, 2022
0.1.1 Mar 27, 2021
0.1.0 Mar 27, 2021

#11 in #validated

42 downloads per month

LGPL-3.0

42KB
817 lines

Actix Validated Forms

Build status maintenance-status

Deprecation Notice

This crate is no longer maintained.

For validated forms and queries please use actix-web-validator.

For multipart forms please use actix-easy-multipart


lib.rs:

Validated HTTP forms and query extractors for the Actix-Web framework using the validator crate for struct validation.

Also adds an easy to use HTTP multipart form extractor (with validation) that generates temporary files on disk using the tempfile crate with similar behaviour to the php $_FILES variable in php

Dependencies

~26–39MB
~708K SLoC