Searched refs:auth_user (Results 1 – 3 of 3) sorted by relevance
76 char *auth_user; /**< Username for basic authentication. */ member
57 char *auth_user; /**< username for basic authentication */ member
161 client->auth_user = user; in httpclient_basic_auth()172 snprintf(base64buff, sizeof(base64buff), "%s:%s", client->auth_user, client->auth_password) ; in httpclient_send_auth()253 if (client->auth_user) { in httpclient_send_header()
Completed in 5 milliseconds