mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"args": [],
|
|
"classes": [],
|
|
"description": "Defines a template function to create an HTTP server using a specified handler, returning a unique pointer to a Server implementation.",
|
|
"file_path": "workflow/XRPLF-rippled-develop/source/include/xrpl/server/Server.h",
|
|
"functions": [
|
|
{
|
|
"args": [
|
|
"handler",
|
|
"io_context",
|
|
"journal"
|
|
],
|
|
"lineno": 11,
|
|
"name": "make_Server"
|
|
}
|
|
],
|
|
"language": "c header",
|
|
"namespaces": [
|
|
{
|
|
"lineno": 7,
|
|
"name": "xrpl"
|
|
}
|
|
]
|
|
} |