Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Feature/cookies session #63

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Feature/cookies session #63

wants to merge 6 commits into from

Commits on May 3, 2020

  1. feat: impl set cookies

    Implement set cookies using cookies trait as there are a lot of options within cookie properties.
    plwai committed May 3, 2020
    Configuration menu
    Copy the full SHA
    a1a9cea View commit details
    Browse the repository at this point in the history
  2. feat: impl cookie parser

    Implement cookie parser middleware. Enable context cookie getter. Fix
    context dynamic data get and get_mut return wrong type issue.
    plwai committed May 3, 2020
    Configuration menu
    Copy the full SHA
    b70bbaa View commit details
    Browse the repository at this point in the history
  3. feat: revamp cookies parser flow

    Revamp the flow to fit current routing handler. Cookie flow and
    convertion are improved in this commit too.
    plwai committed May 3, 2020
    Configuration menu
    Copy the full SHA
    edf1fce View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. feat: implement memory session

    plwai committed May 13, 2020
    Configuration menu
    Copy the full SHA
    a5f4a55 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. refactor: apply clippy

    plwai committed May 19, 2020
    Configuration menu
    Copy the full SHA
    46880ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b3dd88 View commit details
    Browse the repository at this point in the history