mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
initial port of multipart-form-data
This commit is contained in:
parent
b80c5f922f
commit
26c6a6e8dc
1 changed files with 5 additions and 0 deletions
5
src/multipart_form/dune
Normal file
5
src/multipart_form/dune
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
(library
|
||||||
|
(name tiny_httpd_multipart_form_data)
|
||||||
|
(public_name tiny_httpd.multipart-form-data)
|
||||||
|
(synopsis "Port of multipart-form-data for tiny_httpd")
|
||||||
|
(libraries iostream stringext))
|
||||||
Loading…
Add table
Reference in a new issue