web::http::client Namespace

Warning

This topic contains information for the C++ REST SDK 1.0 (codename "Casablanca"). If you are using a later version from the Codeplex Casablanca web page, then use the local documentation at http://casablanca.codeplex.com/documentation.

namespace client;

Members

Classes

Name

Description

credentials Class

credentials represents a set of user credentials (username and password) to be used for the client and proxy authentication

http_client Class

HTTP client class, used to maintain a connection to an HTTP service for an extended session.

http_client_config Class

HTTP client configuration class, used to set the possible configuration options used to create an http_client instance.

web_proxy Class

web_proxy represents the concept of the web proxy, which can be auto-discovered, disabled, or specified explicitly by the user

Requirements

Header: http_client.h, http_msg.h

Namespace: web::http

See Also

Reference

web::http Namespace