Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Listing 4-18 is shown to demonstrate the µC/HTTPs module capabilities. That code simply add two header fields to a response message for an HTML document.

L4-21(1) Ensure that we don’t add header field to a response with an error

L4-21(2) Make sure to add header field only on HTML document.

L4-21(3) Acquire and add a first header field block of type ‘Cookie’ and with a string value type to the connection

L4-21(4) Set the value string value (cookie content) and the string length.

L4-21(5) Acquire and add a second header field block of type ‘Server’ and with a string value type to the connection

L4-21(6) Set the value string value (server name) and the string length.