ithewei / libhv

🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.

Home Page:https://github.com/ithewei/libhv/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hi, how can i get the json data from the request (HttpContextPtr)

d50100 opened this issue · comments

ctx->json();

Your suggestion worked perfectly, thanks!