Skip to content

Commit 9e6c64a

Browse files
committed
Small markdown fixes to support AsciiDoc conversion.
1 parent 878f1b8 commit 9e6c64a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rtos-docs/netx-duo/netx-duo-http/Chapter3.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
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.'
44
---
55

66
# Chapter 3 - Description of NetX Duo HTTP Services
77

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.
99

1010
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.
1111

@@ -1467,7 +1467,7 @@ UINT nx_http_server_content_get_extended(
14671467
14681468
### Description
14691469
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***).
14711471
14721472
This service replaces ***nx_http_server_content_get***. This version requires caller to supply additional length information.
14731473
@@ -1559,7 +1559,7 @@ UINT nx_http_server_content_length_get_extended(
15591559
15601560
### Description
15611561
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***).
15631563
15641564
This service replaces ***nx_http_server_content_length_get***.
15651565

0 commit comments

Comments
 (0)