Release history
Changes
- Fixed an issue that caused a receive error when using the HttpRequest library with the OS of the System 4.0.
- When the encoding of the received data is UTF-8, it was unconditionally converted to SJIS encoding and output, but it has been changed to output as UTF-8 without conversion.
- The log of HttpRequest library can be output by setting the following public variables.
- DBG_HTTP_REQUEST_API
- If it is non zero, the log will be output when the API of the HttpRequest library is called.
- DBG_HTTP_REQUEST_LIB
- If it is non zero, the log of the internal operation of the HttpRequest library is output.
- DBG_HTTP_SENT_DATA
- If it is non zero, the log of transmitted data is output.
- DBG_HTTP_RECEIVED_DATA
- If it is non zero, the log of received data is output.
Update procedure
You can update the HttpRequest library by following the steps below.- Download the new version of the zip file from the following link.
- Unzip the zip file and you will get the following files:
http_request.h
libHttpRequest.a - Copy these files into your application's project that uses the HttpRequest library.
- Build the application.
Last updated: 2021/10/04