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

Feature/http header/v11 #2650

Closed
wants to merge 8 commits into from
Closed

Feature/http header/v11 #2650

wants to merge 8 commits into from

Commits on Apr 5, 2017

  1. detect: http_accept sticky buffer + common code

    Implement common code to easily add more per HTTP header detection
    keywords.
    
    Implement http_accept sticky buffer. It operates on the HTTP Accept
    header.
    victorjulien committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    726e1fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3e6ddb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb7b422 View commit details
    Browse the repository at this point in the history
  4. detect: implement http_accept_lang sticky buffer

    Inspects Accept-Language header
    victorjulien committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    3d504a1 View commit details
    Browse the repository at this point in the history
  5. detect: implement http_accept_enc sticky buffer

    Inspects Accept-Encoding header.
    victorjulien committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    cf5ecd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec8122f View commit details
    Browse the repository at this point in the history
  7. detect: implement http_content_len sticky buffer

    This implements inspection of the Content-Length buffer as a content
    sticky buffer.
    victorjulien committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    50ee5a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9f8edf View commit details
    Browse the repository at this point in the history