Bitcoin
Functions
httprpc.h File Reference
#include <string>
#include <map>

Go to the source code of this file.

Functions

bool StartHTTPRPC ()
 
void InterruptHTTPRPC ()
 
void StopHTTPRPC ()
 
void StartREST ()
 
void InterruptREST ()
 
void StopREST ()
 

Function Documentation

◆ InterruptHTTPRPC()

void InterruptHTTPRPC ( )

Interrupt HTTP RPC subsystem.

◆ InterruptREST()

void InterruptREST ( )

Interrupt RPC REST subsystem.

◆ StartHTTPRPC()

bool StartHTTPRPC ( )

Start HTTP RPC subsystem. Precondition; HTTP and RPC has been started.

◆ StartREST()

void StartREST ( )

Start HTTP REST subsystem. Precondition; HTTP and RPC has been started.

◆ StopHTTPRPC()

void StopHTTPRPC ( )

Stop HTTP RPC subsystem. Precondition; HTTP and RPC has been stopped.

◆ StopREST()

void StopREST ( )

Stop HTTP REST subsystem. Precondition; HTTP and RPC has been stopped.