Shared/IO/WebRequest.h file

Class Death::IO::WebAuthChallenge Death::IO::WebCredentials, Death::IO::WebProxy, Death::IO::WebRequest, Death::IO::WebRequestAsync, Death::IO::WebResponse, Death::IO::WebSession, Death::IO::WebSessionAsync.

Namespaces

namespace Death
Shared root namespace.
namespace Death::IO
File system, streaming and IO-related classes.

Classes

class Death::IO::WebCredentials
Contains the username and password to use for authenticating.
class Death::IO::WebAuthChallenge
Contains the authentication challenge information.
class Death::IO::WebResponse
Describes the server response of the web request.
class Death::IO::WebRequestBase
Base class of web requests.
struct Death::IO::WebRequestBase::Result
Result of synchronous operation.
class Death::IO::WebRequest
Represents web request.
class Death::IO::WebRequestAsync
Represents asynchronous web request.
class Death::IO::WebProxy
Describes the proxy settings to be used by the session.
class Death::IO::WebSessionBase
Base class of web sessions.
class Death::IO::WebSession
Represents web session that allows WebRequest to be created.
class Death::IO::WebSessionAsync
Represents web session that allows WebRequestAsync to be created.
class Death::IO::WebRequestEvent
Result of the asynchronous web request.