UnregisterHTTPHandler

Unregister handler for prefix.

Synopsis

Declared in <httpserver.h>

void
UnregisterHTTPHandler(
    std::string const& prefix,
    bool exactMatch);

Parameters

NameDescription
prefixThe URI path prefix that was previously registered.
exactMatchMust match the value passed when the handler was registered.