我们今天要整http的response,比如我创建的http server,我对它发送了一个POST,然后服务器解析出json里的body,再回复过去。今天会用到json的解析库cjson以及postman去发送消息。这次用nx_web_http_server.h这个库,不用之前的nx_http_server.h
本教程在最后附带app_netxduo.c和app_netxduo.h,大家完全可以拷贝进去直接用起来。
Download Postman | Get Started for Free
GitHub - DaveGamble/cJSON: Ultralightweight JSON parser in ANSI C
cJson我们只用到cjson.h和cjson.c
点击工程的properties,找到C/C++ Gener