|
1 | 1 | ---
|
2 | 2 | title: 'Chapter 3 - Description of NetX Duo HTTP Services'
|
3 |
| -description: 'This chapter contains a description of all NetX Duo HTTP services (listed below) in alphabetical order except for the 'NetX' (IPv4 only) equivalent of the same service are paired together).' |
| 3 | +description: 'This chapter contains a description of all NetX Duo HTTP services (listed below) in alphabetical order except for the NetX (IPv4 only) equivalent of the same service are paired together.' |
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | # Chapter 3 - Description of NetX Duo HTTP Services
|
7 | 7 |
|
8 |
| -This chapter contains a description of all NetX Duo HTTP services (listed below) in alphabetical order except for the 'NetX' (IPv4 only) equivalent of the same service are paired together). |
| 8 | +This chapter contains a description of all NetX Duo HTTP services (listed below) in alphabetical order except for the \'NetX\' (IPv4 only) equivalent of the same service are paired together. |
9 | 9 |
|
10 | 10 | In the **Return Values** section in the following API descriptions, values in BOLD are not affected by the **NX_DISABLE_ERROR_CHECKING** define that is used to disable API error checking, while non-bold values are completely disabled.
|
11 | 11 |
|
@@ -1467,7 +1467,7 @@ UINT nx_http_server_content_get_extended(
|
1467 | 1467 |
|
1468 | 1468 | ### Description
|
1469 | 1469 |
|
1470 |
| -This service is almost identical to ***nx_http_server_content_get*** it attempts to retrieve the specified amount of content from the POST or PUT HTTP Client request. However it handles requests with Content Length of zero value ('empty request') as a valid request. It should be called from the application's request notify callback specified during HTTP Server creation (***nx_http_server_create***). |
| 1470 | +This service is almost identical to ***nx_http_server_content_get*** it attempts to retrieve the specified amount of content from the POST or PUT HTTP Client request. However it handles requests with Content Length of zero value (\'empty request\') as a valid request. It should be called from the application's request notify callback specified during HTTP Server creation (***nx_http_server_create***). |
1471 | 1471 |
|
1472 | 1472 | This service replaces ***nx_http_server_content_get***. This version requires caller to supply additional length information.
|
1473 | 1473 |
|
@@ -1559,7 +1559,7 @@ UINT nx_http_server_content_length_get_extended(
|
1559 | 1559 |
|
1560 | 1560 | ### Description
|
1561 | 1561 |
|
1562 |
| -This service is similar to ***nx_http_server_content_length_get**;* attempts to retrieve the HTTP content length in the supplied packet. However, the return value indicates successful completion status, and the actual length value is returned in the input pointer *content_length*. If there is no HTTP content/Content Length = 0, this routine still returns a successful completion status and the content_length input pointer points to a valid length (zero). It should be called from the application's request notify callback specified during HTTP Server creation (***nx_http_server_create***). |
| 1562 | +This service is similar to ***nx_http_server_content_length_get*** and attempts to retrieve the HTTP content length in the supplied packet. However, the return value indicates successful completion status, and the actual length value is returned in the input pointer *content_length*. If there is no HTTP content/Content Length = 0, this routine still returns a successful completion status and the content_length input pointer points to a valid length (zero). It should be called from the application's request notify callback specified during HTTP Server creation (***nx_http_server_create***). |
1563 | 1563 |
|
1564 | 1564 | This service replaces ***nx_http_server_content_length_get***.
|
1565 | 1565 |
|
|
0 commit comments