/*
* Set the HTTP agent identifier (User-agent:) string
*
* This is how the client will show up in the servers http log.
* Defaults to "Openwsman"
*
* call-seq:
* transport.agent = "Client identifier"
*
*/
void set_agent(const char *agent) {