#include <axis2_http_simple_response.h>
Public Attributes | |
axis2_status_t(* | set_status_line )(struct axis2_http_simple_response *simple_response, const axis2_env_t *env, const axis2_char_t *http_ver, const int status_code, const axis2_char_t *phrase) |
axis2_char_t *(* | get_phrase )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
int(* | get_status_code )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
axis2_char_t *(* | get_http_version )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
axis2_char_t *(* | get_status_line )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
axis2_bool_t(* | contains_header )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *name) |
axis2_array_list_t *(* | get_headers )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
axis2_http_header_t *(* | get_first_header )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *str) |
axis2_status_t(* | remove_headers )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *str) |
axis2_status_t(* | set_header )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_http_header_t *header) |
axis2_status_t(* | set_headers )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_http_header_t **headers, axis2_ssize_t array_size) |
const axis2_char_t *(* | get_charset )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
axis2_ssize_t(* | get_content_length )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
const axis2_char_t *(* | get_content_type )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
axis2_status_t(* | set_body_string )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_char_t *str) |
axis2_status_t(* | set_body_stream )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_stream_t *stream) |
axis2_stream_t *(* | get_body )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |
axis2_ssize_t(* | get_body_bytes )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_char_t **buf) |
axis2_status_t(* | free )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env) |