Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QsForm Extractor for Actix #93

Closed
wants to merge 6 commits into from
Closed

Commits on Dec 4, 2023

  1. Update actix.rs

    Added QsForm to support application/x-www-form-urlencoded Web forms
    nMessage committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c5672ef View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Update actix.rs with working adjustments

    Added Into_inner function for both QsQuery and QsForm to behave like actix_webs default extractors
    Made some fixes
    nMessage committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    45a6295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b936bb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Update actix.rs

    Added new trait "IntoInner"
    Fixed QsFormConfig not correctly setting new settings correctly
    nMessage committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3648b5a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Update actix.rs

    Removed trait requirement for using into_inner() now functions as a function.
    nMessage committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    da462ad View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Update src/actix.rs

    samscott89 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a47d68d View commit details
    Browse the repository at this point in the history