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

[http] Add Parameter Decorator @cookie to Specify Cookie Parameters #4761

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. define cookie decorator

    su8ru committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    214a1e8 View commit details
    Browse the repository at this point in the history
  2. implement cookie decorator

    su8ru committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3a01550 View commit details
    Browse the repository at this point in the history
  3. add tests for cookie

    su8ru committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5acaf1c View commit details
    Browse the repository at this point in the history
  4. update example

    su8ru committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5aa92cc View commit details
    Browse the repository at this point in the history
  5. regen-docs

    su8ru committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6bad2fb View commit details
    Browse the repository at this point in the history
  6. regen defs

    su8ru committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3dc5f98 View commit details
    Browse the repository at this point in the history
  7. add cookie impl as parameters

    su8ru committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1682f66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9656c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. add inheritDoc

    Co-authored-by: Timothee Guerin <[email protected]>
    su8ru and timotheeguerin authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e203100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d79d56e View commit details
    Browse the repository at this point in the history
  3. omit getCookieParamName func

    su8ru committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5864d85 View commit details
    Browse the repository at this point in the history