Skip to content

[Suggestion] New configuration option to whitelist some or all (default) http verbs #117

@ldsmoreira

Description

@ldsmoreira

As we are discussing here, i am pretty much interested in start contributing to those open source projects (prime_server and valhalla).

As mentioned by @kevinkreiser the points to cover would be:

  • Implement a new configuration option to whitelist some or all (default) http verbs;
  • Add that configuration to all binaries;
  • Add unity tests;
  • Make a release.

To start the first task, what would be the files that i need to put more focus to understand?

Should that configuration be passed to the server constructor like as follows ?

http_server_t server(context, server_endpoint, proxy_endpoint, server_result_loopback, server_request_interrupt, log, max_request_size_bytes, request_timeout_seconds, health_check_matcher, health_check_response, <NEW_CONFIG>);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions