Example: web.add_header

In the following example, the add_header function informs the server that the name of the custom browser application that the client is using to send the request is ABC Browser 1.0:

web.add_header ("User-Agent", "ABC Browser 1.0" );