![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
| util | |
Functions | |
| bool | StartHTTPRPC (const util::Ref &context) |
| Start HTTP RPC subsystem. More... | |
| void | InterruptHTTPRPC () |
| Interrupt HTTP RPC subsystem. More... | |
| void | StopHTTPRPC () |
| Stop HTTP RPC subsystem. More... | |
| void | StartREST (const util::Ref &context) |
| Start HTTP REST subsystem. More... | |
| void | InterruptREST () |
| Interrupt RPC REST subsystem. More... | |
| void | StopREST () |
| Stop HTTP REST subsystem. More... | |
| void InterruptHTTPRPC | ( | ) |
Interrupt HTTP RPC subsystem.
Definition at line 305 of file httprpc.cpp.
| void InterruptREST | ( | ) |
| bool StartHTTPRPC | ( | const util::Ref & | context | ) |
Start HTTP RPC subsystem.
Precondition; HTTP and RPC has been started.
Definition at line 287 of file httprpc.cpp.
| void StartREST | ( | const util::Ref & | context | ) |
| void StopHTTPRPC | ( | ) |
Stop HTTP RPC subsystem.
Precondition; HTTP and RPC has been stopped.
Definition at line 310 of file httprpc.cpp.
1.8.8