Back to Filament

Civetweb API Reference

third_party/civetweb/docs/api/mg_store_body.md

1.71.3646 B
Original Source

Civetweb API Reference

mg_store_body( conn, path );

Parameters

ParameterTypeDescription
connstruct mg_connection *connection on which to read the data
pathconst char *file to store the request body

Return Value

TypeDescription
long longNumber of bytes written to the file, or an error code

Description

The function mg_store_body() stores the body of an incoming request to a data file. The function returns the number of bytes stored in the file, or a negative value to indicate an error.

See Also