add simple doc link for multipart uploads - fix #209

This commit is contained in:
Benjamin Sergeant 2020-05-27 10:38:32 -07:00
parent 9ddf707804
commit 33916869f1

View File

@ -392,6 +392,8 @@ bool ok = httpClient.performRequest(args, [](const HttpResponsePtr& response)
// ok will be false if your httpClient is not async // ok will be false if your httpClient is not async
``` ```
See this [issue](https://github.com/machinezone/IXWebSocket/issues/209) for links about uploading files with HTTP multipart.
## HTTP server API ## HTTP server API
```cpp ```cpp