ec_httpsrv_request_data_get_string
Name
ec_httpsrv_request_data_get_string — Buffers request payload data to memory and returns a string pointer to it
Synopsis
#include "modules/listeners/httpsrv.h"
| int **ec_httpsrv_request_data_get_string** (
| sess, | |
| | str)
; | |
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
Buffers request payload data to memory and returns a string pointer to it.
- sess
-
the session to interrogate
- str
-
returns the string object
0 on success, or an errno value indicating the cause of the problem if unsuccessful.
Reading from the io object may result in EAGAIN if the upload has not yet completed.
The system owns the string and will release its resources when the request is marked as complete.