# Civetweb API Reference ### `mg_send_mime_file2( conn, path, mime_type, additional_headers );` ### Parameters | Parameter | Type | Description | | :--- | :--- | :--- | |**`conn`**|`struct mg_connection *`|| |**`path`**|`const char *`|| |**`mime_type`**|`const char *`|| |**`additional_headers`**|`const char *`|| ### Return Value *none* ### Description ### See Also * [`mg_get_builtin_mime_type();`](mg_get_builtin_mime_type.md) * [`mg_printf();`](mg_printf.md) * [`mg_send_file();`](mg_send_file.md) * [`mg_send_mime_file();`](mg_send_mime_file.md) * [`mg_write();`](mg_write.md)