Unregister handler for prefix.
Declared in <httpserver.h>
void
UnregisterHTTPHandler(
std::string const& prefix,
bool exactMatch);
| Name | Description |
|---|---|
| prefix | The URI path prefix that was previously registered. |
| exactMatch | Must match the value passed when the handler was registered. |