Type Definition bitcoin_http::HTTPRequestHandler
source · pub type HTTPRequestHandler = fn(req: *mut HTTPRequest, _1: &String) -> bool;Expand description
| Handler for requests to a certain HTTP | path |
pub type HTTPRequestHandler = fn(req: *mut HTTPRequest, _1: &String) -> bool;| Handler for requests to a certain HTTP | path |