|
@@ -10,6 +10,12 @@ Ovidiu Sas
|
|
|
|
|
|
<[email protected]>
|
|
|
|
|
|
+Edited by
|
|
|
+
|
|
|
+Alex Balashov
|
|
|
+
|
|
|
+ <[email protected]>
|
|
|
+
|
|
|
Copyright © 2011 VoIPEmbedded Inc.
|
|
|
__________________________________________________________________
|
|
|
|
|
@@ -68,7 +74,7 @@ Chapter 1. Admin Guide
|
|
|
1.1. Limitations
|
|
|
|
|
|
This module provides an HTTP transport layer implementation for the RPC
|
|
|
- management interface in a human easy readable format.
|
|
|
+ management interface in a human-readable format.
|
|
|
|
|
|
The xHTTP_RPC module uses the xHTTP module to handle HTTP requests.
|
|
|
Read the documentation of the xHTTP module for more details.
|
|
@@ -85,7 +91,7 @@ Chapter 1. Admin Guide
|
|
|
At startup, all RPC commands are sorted and grouped based on their
|
|
|
format. The expected format is [group].[subcommand]. The initial
|
|
|
xhttp_rpc webpage displays all the retrieved groups. All RPC commands
|
|
|
- are disponible as submenus of each [group]. If an RPC command is not in
|
|
|
+ are available as sub-menus of each [group]. If an RPC command is not in
|
|
|
the expected format, it will be dropped from the initial xhttp_rpc home
|
|
|
page menu.
|
|
|
|
|
@@ -126,7 +132,7 @@ modparam("xhttp_rpc", "xhttp_rpc_root", "http_rpc")
|
|
|
3.2. xhttp_rpc_buf_size (str)
|
|
|
|
|
|
It specifies the maximum length of the buffer used to write in the RPC
|
|
|
- reply information in order to build the html response.
|
|
|
+ reply information in order to build the HTML response.
|
|
|
|
|
|
Default value is 0 (auto set to 1/3 of the size of the configured pkg
|
|
|
mem).
|
|
@@ -142,7 +148,7 @@ modparam("xhttp", "xhttp_rpc_buf_size", )
|
|
|
|
|
|
4.1. dispatch_xhttp_rpc()
|
|
|
|
|
|
- Handle the HTTP request and generate back a response.
|
|
|
+ Handle the HTTP request and generate a response.
|
|
|
|
|
|
Example 1.3. dispatch_xhttp_rpc usage
|
|
|
...
|