Hi everybody,
I am using Network Component Version 7.18.0 to work with HTTP reuests and responses. When i send a basic HTTP requst 192.168.2.22/.../control and fill body with a json formated data via Postman application, My code branches netCGI_ProcessRequest, netCGI_ProcessData and netCGI_CustomHeader functions properly.
My question is that the middleware library fill response's start line and body. It lets me to add extra header with netCGI_CustomHeader function but how can i fill body of the response?
The status code inside the startline is determined without my intension. Can this library able to do it and how?
Thanks every body to try to help me :-)