mirror of
https://github.com/lammertb/libhttp.git
synced 2025-09-03 01:21:16 +03:00
23 lines
403 B
Markdown
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)
|