Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 3.00.00

...

    • The preprocessor macro HTTPc_CFG_HDR_TX_EN must be set to DEF_ENABLED.
    • HTTPc_HDR objects must be used to set up headed fields to add.
    • Two methods are offered by the µC/HTTP-client stack to add header fields:
      1. Passing a header fields table to to the µC/HTTP-client stack
      2. Using a hook function that will ask the application for each header field to add to the request.

...