We have released a new version (version 1.2.0) of the HttpRequest library.
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.
  1. Download the new version of the zip file from the following link.
  2. Unzip the zip file and you will get the following files:
    http_request.h
    libHttpRequest.a
  3. Copy these files into your application's project that uses the HttpRequest library.
  4. Build the application.


Last updated: 2021/10/04