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

feat: Export Handlers (req, resp, https) #445

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 15, 2021

  1. feat: Export Handlers (req, rest, https)

    This is usufull when handlers will be dynamicaly created and removed.
    guilhem committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    c255986 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. refactor: use a pointer to slice for Req/Rep/Https

    This permit to update content without edgecases
    
    Signed-off-by: Guilhem Lettron <[email protected]>
    guilhem committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    881d841 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    6da8e7f View commit details
    Browse the repository at this point in the history