chronoxor / CppServer

Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
MIT License
1.44k stars 284 forks source link

how to get the form-data? #94

Open JerryLia opened 10 months ago

JerryLia commented 10 months ago

Are there some methods like httplib's get_file_value to get the form-data?