Open introspection3 opened 7 years ago
upload file
No. You'd have to write additional code into the server to handle file uploads efficiently. But if you need something quick and dirty, then you could append the file contents to the request. It'll probably be really slow and resource intensive for large files though.
I've yet to try out the new websockets but it might be possible to do so with this.
binary result
Yes, you can return any sort of binary data in a std::string
so long as you set Content-Type
to the appropriate value. For an example see: https://github.com/ipkn/crow/issues/116#issuecomment-184385528
cookie
Yes, there is crow::CookieParser
does it support upload file binary result cookie