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