[#UnregisterHTTPHandler] = UnregisterHTTPHandler :mrdocs: Unregister handler for prefix. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void UnregisterHTTPHandler( std::string const& prefix, bool exactMatch); ---- == Parameters [cols="1,4"] |=== | Name| Description | *prefix* | The URI path prefix that was previously registered. | *exactMatch* | Must match the value passed when the handler was registered. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#