3#include "../../core/http/response.hpp"
7namespace malloy::server::http
12 std::string origin =
"http://127.0.0.1:8080";
26 std::span<malloy::http::method> methods
Definition: response.hpp:22
Definition: preflight_config.hpp:11
void setup_response(malloy::http::response<> &resp, std::span< malloy::http::method > methods) const
Definition: preflight_config.cpp:6