CamelHttpStream

CamelHttpStream

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CamelObject
        ╰── CamelStream
            ╰── CamelHttpStream

Implemented Interfaces

CamelHttpStream implements GSeekable.

Description

Functions

camel_http_stream_new ()

CamelStream *
camel_http_stream_new (CamelHttpMethod method,
                       struct _CamelSession *session,
                       CamelURL *url);

camel_http_stream_new is deprecated and should not be used in newly-written code.

Parameters

method

HTTP method

 

session

active session

 

url

URL to act upon

 

Returns

a http stream


camel_http_stream_set_user_agent ()

void
camel_http_stream_set_user_agent (CamelHttpStream *http_stream,
                                  const gchar *user_agent);

camel_http_stream_set_user_agent is deprecated and should not be used in newly-written code.


camel_http_stream_set_proxy_authrealm ()

void
camel_http_stream_set_proxy_authrealm (CamelHttpStream *http_stream,
                                       const gchar *proxy_authrealm);

camel_http_stream_set_proxy_authrealm is deprecated and should not be used in newly-written code.


camel_http_stream_set_proxy_authpass ()

void
camel_http_stream_set_proxy_authpass (CamelHttpStream *http_stream,
                                      const gchar *proxy_authpass);

camel_http_stream_set_proxy_authpass is deprecated and should not be used in newly-written code.


camel_http_stream_get_content_type ()

CamelContentType *
camel_http_stream_get_content_type (CamelHttpStream *http_stream);

camel_http_stream_get_content_type is deprecated and should not be used in newly-written code.

Types and Values

struct CamelHttpStream

struct CamelHttpStream;

CamelHttpStream is deprecated and should not be used in newly-written code.


enum CamelHttpMethod

CamelHttpMethod is deprecated and should not be used in newly-written code.

Members

CAMEL_HTTP_METHOD_GET

   

CAMEL_HTTP_METHOD_HEAD