1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-09-03 01:21:16 +03:00
Files
libhttp/docs/api/mg_handle_form_request.md
2016-11-27 01:02:52 +01:00

23 lines
403 B
Markdown

# Civetweb API Reference
### `mg_handle_form_request( conn, fdh );`
### Parameters
| Parameter | Type | Description |
| :--- | :--- | :--- |
|**`conn`**|`struct mg_connection *`||
|**`fdh`**|`struct mg_form_data_handler`|
### Return Value
| Type | Description |
| :--- | :--- |
|`int`||
### Description
### See Also
* [`struct mg_form_data_handler;`](mg_form_data_handler)