Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Data Structures | |
struct | HTTPCGIVar |
struct | HTTPURLParse |
Macros | |
#define | http_receive_result(caller, status, final_url, headers, body) http_receive_result_real(caller, status, final_url, headers, body, 1) |
#define | http_header_find_first(headers, name) gw_claim_area(http_header_find_first_real((headers), (name), __FILE__, __LINE__, __func__)) |
Typedefs | |
typedef List | HTTPCaller |
typedef struct HTTPClient | HTTPClient |
#define http_header_find_first | ( | headers, | |
name | |||
) | gw_claim_area(http_header_find_first_real((headers), (name), __FILE__, __LINE__, __func__)) |
Definition at line 603 of file http.h.
Referenced by check_x_wap_application_id_header(), client_is_persistent(), deduce_body_state(), get_redirection_location(), handle_transaction(), headers_acceptable(), http_header_get_content_type(), response(), transform_message(), and wsp_pack_separate_content_type().
#define http_receive_result | ( | caller, | |
status, | |||
final_url, | |||
headers, | |||
body | |||
) | http_receive_result_real(caller, status, final_url, headers, body, 1) |
Definition at line 394 of file http.h.
Referenced by http_get_real(), httpsmsc_send_cb(), receive_push_reply(), receive_reply(), return_replies_thread(), soap_read_response(), and url_result_thread().
typedef List HTTPCaller |
typedef struct HTTPClient HTTPClient |
anonymous enum |
Definition at line 139 of file http.h.
anonymous enum |
Enumerator | |
---|---|
HTTP_STATUS_PROVISIONAL | |
HTTP_STATUS_SUCCESSFUL | |
HTTP_STATUS_REDIRECTION | |
HTTP_STATUS_CLIENT_ERROR | |
HTTP_STATUS_SERVER_ERROR | |
HTTP_STATUS_UNKNOWN |
Definition at line 188 of file http.h.
anonymous enum |
Enumerator | |
---|---|
HTTP_METHOD_GET | |
HTTP_METHOD_POST | |
HTTP_METHOD_HEAD | |
HTTP_METHOD_PUT | |
HTTP_METHOD_DELETE | |
HTTP_METHOD_PATCH |
Definition at line 202 of file http.h.
HTTPClient* http_accept_request | ( | int | port, |
Octstr ** | client_ip, | ||
Octstr ** | url, | ||
List ** | headers, | ||
Octstr ** | body, | ||
List ** | cgivars | ||
) |
Definition at line 2571 of file http.c.
References charset, client(), client_destroy(), client_is_persistent(), conn_eof(), conn_error(), conn_wait(), content_type, debug(), entity_destroy(), gwlist_create, http_header_get_content_type(), http_method2name(), HTTP_METHOD_POST, HTTP_METHOD_PUT, octstr_copy, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_len(), octstr_search_char(), octstr_str_compare(), octstr_truncate(), parse_cgivars(), port_get_request(), and url.
Referenced by client_thread(), http_read_thread(), http_thread(), httpadmin_run(), httpd_emu(), httpsmsc_receiver(), sendsms_thread(), and soap_server().
Definition at line 3515 of file http.c.
References http_header_add(), octstr_binary_to_base64(), octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_insert(), octstr_strip_blanks(), password, and username.
Referenced by client_thread(), push_headers_create(), receive_push_reply(), and send_request().
Definition at line 3052 of file http.c.
References from, gw_assert(), gwlib_assert_init(), gwlist_append(), gwlist_get(), gwlist_len(), and octstr_duplicate.
Referenced by http_header_combine(), and pap_request_thread().
HTTPCaller* http_caller_create | ( | void | ) |
Definition at line 897 of file http.c.
References caller, gwlist_add_producer(), and gwlist_create.
Referenced by http_get_real(), main(), smsc_http_create(), soap_create_client_data(), and wap_appl_init().
void http_caller_destroy | ( | HTTPCaller * | caller | ) |
Definition at line 907 of file http.c.
References caller, gwlist_destroy(), and server_destroy().
Referenced by client_thread(), conndata_destroy(), http_get_real(), main(), push_thread(), soap_destroy_client_data(), and wap_appl_shutdown().
void http_caller_signal_shutdown | ( | HTTPCaller * | caller | ) |
Definition at line 913 of file http.c.
References caller, and gwlist_remove_producer().
Referenced by httpsmsc_receiver(), httpsmsc_sender(), main(), soap_destroy_client_data(), and wap_appl_shutdown().
Definition at line 2836 of file http.c.
References gw_assert(), gwlib_assert_init(), gwlist_get(), gwlist_len(), name, HTTPCGIVar::name, octstr_str_compare(), and HTTPCGIVar::value.
Referenced by brunet_receive_sms(), clickatell_receive_sms(), client_thread(), default_authorise_user(), generic_receive_sms(), httpd_add_smsc(), httpd_check_authorization(), httpd_emu(), httpd_loglevel(), httpd_remove_message(), httpd_remove_smsc(), httpd_restart_smsc(), httpd_stop_smsc(), kannel_receive_sms(), parse_cgivars_for_password(), parse_cgivars_for_username(), smsbox_req_sendota(), smsbox_req_sendsms(), and xidris_receive_sms().
void http_cgivar_dump | ( | List * | cgiargs | ) |
Definition at line 3440 of file http.c.
References debug(), gwlib_assert_init(), gwlist_get(), gwlist_len(), HTTPCGIVar::name, octstr_dump, and HTTPCGIVar::value.
Definition at line 3459 of file http.c.
References gwlib_assert_init(), gwlist_get(), gwlist_len(), HTTPCGIVar::name, octstr_format_append(), and HTTPCGIVar::value.
Referenced by httpsmsc_receiver().
int http_charset_accepted | ( | List * | headers, |
char * | charset | ||
) |
Definition at line 3509 of file http.c.
References charset, and http_something_accepted().
Referenced by add_charset_headers(), and normalize_charset().
void http_close_all_ports | ( | void | ) |
Definition at line 2526 of file http.c.
References gwthread_join_every(), gwthread_wakeup(), keep_servers_open, server_thread(), server_thread_id, and server_thread_is_running.
Referenced by client_thread(), httpadmin_stop(), httpd_emu_destroy(), main(), and wap_push_ppg_shutdown().
void http_close_client | ( | HTTPClient * | client | ) |
Definition at line 2758 of file http.c.
References client(), and client_destroy().
Referenced by httpadmin_run(), httpsmsc_receiver(), and pap_request_thread().
void http_close_port | ( | int | port | ) |
Definition at line 2515 of file http.c.
References closed_server_sockets, gwlist_produce(), gwthread_wakeup(), port, and server_thread_id.
Referenced by httpsmsc_receiver(), httpsmsc_shutdown(), soap_server_start(), and soap_server_stop().
void http_close_proxy | ( | void | ) |
Definition at line 304 of file http.c.
References gw_assert(), gwlist_destroy(), mutex_lock, mutex_unlock, octstr_destroy(), octstr_destroy_item(), proxy_exceptions, proxy_exceptions_regex, proxy_hostname, proxy_mutex, proxy_password, proxy_port, proxy_username, run_status, running, and terminating.
Referenced by http_use_proxy(), and proxy_shutdown().
List* http_create_empty_headers | ( | void | ) |
Definition at line 2872 of file http.c.
References gwlib_assert_init(), and gwlist_create.
Referenced by brunet_send_sms(), challenge(), clickatell_send_sms(), entity_create(), http_header_duplicate(), httpd_emu_init(), indicate_push_connection(), indicate_push_resume(), kill_kannel(), main(), make_confirmedpush_pdu(), make_push_pdu(), make_reply_headers(), make_resume_reply_pdu(), mime_entity_create(), numhash_create(), obey_request(), pass_data_headers(), push_headers_create(), reply(), return_reply(), send_to_pi(), soap_send(), soap_server(), start_fetch(), test_header_combine(), unpack_new_headers(), and wsp_headers_unpack().
void http_destroy_cgiargs | ( | List * | args | ) |
Definition at line 2818 of file http.c.
References gwlib_assert_init(), gwlist_destroy(), gwlist_extract_first(), HTTPCGIVar::name, octstr_destroy(), and HTTPCGIVar::value.
Referenced by client_thread(), http_thread(), httpd_emu(), httpd_serve(), httpsmsc_receiver(), pap_request_thread(), and sendsms_thread().
void http_destroy_headers | ( | List * | headers | ) |
Definition at line 2879 of file http.c.
References gwlib_assert_init(), gwlist_destroy(), and octstr_destroy_item().
Referenced by brunet_receive_sms(), brunet_send_sms(), challenge(), check_application_headers(), clickatell_receive_sms(), clickatell_send_sms(), client_thread(), content_transformable(), decode_bearer_indication(), entity_destroy(), generic_receive_sms(), generic_send_sms(), http_queue_thread(), http_something_accepted(), http_thread(), httpd_emu(), httpd_emu_shutdown(), httpd_serve(), httpsmsc_receiver(), httpsmsc_send_cb(), indicate_push_connection(), indicate_push_resume(), kannel_receive_sms(), kannel_send_sms(), kill_kannel(), main(), make_confirmedpush_pdu(), make_connectreply_pdu(), make_push_pdu(), make_resume_reply_pdu(), mime_entity_to_octstr(), mime_replace_headers(), mime_something_to_entity(), numhash_create(), obey_request(), pack_sia(), pap_request_thread(), receive_push_reply(), receive_reply(), reply(), return_replies_thread(), return_reply(), send_to_pi(), sendsms_thread(), server_destroy(), soap_read_response(), soap_send(), soap_server(), start_fetch(), start_push(), test_header_combine(), url_result_thread(), xidris_receive_sms(), and xidris_send_sms().
Definition at line 3531 of file http.c.
References found, http_header_quoted_string_len(), octstr_case_compare(), octstr_copy, octstr_destroy(), octstr_duplicate, octstr_get_char(), octstr_len(), octstr_search_char(), and octstr_strip_blanks().
Referenced by fix_boundary_element(), get_start_param(), and mime_something_to_entity().
int http_get_real | ( | int | method, |
Octstr * | url, | ||
List * | request_headers, | ||
Octstr ** | final_url, | ||
List ** | reply_headers, | ||
Octstr ** | reply_body | ||
) |
Definition at line 1821 of file http.c.
References caller, http_caller_create(), http_caller_destroy(), http_get_real(), http_receive_result, http_start_request(), method, and url.
Referenced by http_get_real(), kill_kannel(), and numhash_create().
void http_header_add | ( | List * | headers, |
char * | name, | ||
char * | contents | ||
) |
Definition at line 2886 of file http.c.
References gw_assert(), gwlib_assert_init(), gwlist_append(), name, and octstr_format().
Referenced by add_accept_headers(), add_charset_headers(), add_client_sdu_size(), add_connection_header(), add_dlr_mask(), add_dlr_url(), add_kannel_version(), add_msisdn(), add_network_info(), add_push_flag(), add_session_id(), add_via(), add_x_wap_tod(), brunet_receive_sms(), challenge(), change_header_value(), check_application_headers(), check_session_request_headers(), check_x_wap_application_id_header(), clickatell_receive_sms(), client_thread(), decode_bearer_indication(), fix_boundary_element(), generic_receive_sms(), generic_send_sms(), http_add_basic_auth(), http_header_mark_transformation(), httpd_emu_init(), httpd_serve(), kannel_receive_sms(), kill_kannel(), main(), make_reply_headers(), obey_request(), pack_into_push_datagram(), pack_into_result_datagram(), pass_extension_headers(), pass_optional_header(), proxy_add_authentication(), push_headers_create(), send_request(), send_to_pi(), soap_send(), soap_server(), start_fetch(), test_header_combine(), wsp_unpack_app_header(), wsp_unpack_well_known_field(), and xmlrpc_doc_send().
Definition at line 3068 of file http.c.
References gwlist_len(), http_append_headers(), http_header_get(), http_header_remove_all(), name, octstr_destroy(), and octstr_get_cstr.
Referenced by client_thread(), return_reply(), start_fetch(), start_request(), test_header_combine(), and unpack_new_headers().
void http_header_dump | ( | List * | headers | ) |
Definition at line 3427 of file http.c.
References debug(), gwlib_assert_init(), gwlist_get(), gwlist_len(), and octstr_dump.
Referenced by check_application_headers(), client_thread(), decode_bearer_indication(), main(), and start_push().
Definition at line 2969 of file http.c.
References gwlib_assert_init(), gwlist_append(), gwlist_get(), gwlist_len(), http_create_empty_headers(), and octstr_duplicate.
Referenced by add_push_flag(), create_session(), indicate_confirmedpush(), indicate_push_connection(), indicate_push_resume(), indicate_resume(), make_session_request(), mime_entity_headers(), mime_entity_to_octstr(), mime_replace_headers(), mime_something_to_entity(), pap_request_thread(), push_machine_create(), remember_receiver(), request_confirmed_push(), request_push(), request_unit_push(), and server_create().
Definition at line 3115 of file http.c.
References gw_assert(), gwlib_assert_init(), gwlist_append(), gwlist_create, gwlist_get(), gwlist_len(), header_is_called(), name, and octstr_duplicate.
Referenced by content_transformable(), http_remove_hop_headers(), http_something_accepted(), make_session_request(), and split_header_list().
Octstr* http_header_find_first_real | ( | List * | headers, |
char * | name, | ||
const char * | file, | ||
long | line, | ||
const char * | func | ||
) |
Definition at line 3090 of file http.c.
References file, gw_assert(), gwlib_assert_init(), gwlist_get(), gwlist_len(), header_is_called(), name, name_len, octstr_copy_real(), octstr_len(), and octstr_strip_blanks().
Definition at line 2902 of file http.c.
References colon, error(), gw_assert(), gwlib_assert_init(), gwlist_get(), name, octstr_copy, octstr_create, octstr_duplicate, octstr_len(), octstr_search_char(), and octstr_strip_blanks().
Referenced by check_application_headers(), content_transformable(), decode_bearer_indication(), get_x_kannel_from_headers(), http_header_combine(), http_header_pack(), pack_appid_list(), smsbox_sendota_post(), and wsp_headers_pack().
Definition at line 3225 of file http.c.
References charset, gw_assert(), gwlib_assert_init(), http_header_find_first, octstr_append_cstr(), octstr_create, octstr_delete(), octstr_duplicate, octstr_get_char(), octstr_imm(), octstr_len(), octstr_ncompare(), octstr_search_char(), octstr_strip_blanks(), octstr_truncate(), and type.
Referenced by generic_receive_sms(), http_accept_request(), mime_entity_dump_real(), numhash_create(), receive_reply(), return_reply(), smsbox_sendota_post(), smsbox_sendsms_post(), smsbox_xmlrpc_post(), start_fetch(), transform_message(), and url_result_thread().
Definition at line 3203 of file http.c.
References http_header_add(), http_header_remove_all(), octstr_destroy(), octstr_format(), octstr_get_cstr, and octstr_len().
Referenced by handle_push_message(), return_reply(), and start_fetch().
void http_header_pack | ( | List * | headers | ) |
Definition at line 2992 of file http.c.
References gw_assert(), gwlib_assert_init(), gwlist_delete(), gwlist_get(), gwlist_insert(), gwlist_len(), http_header_get(), MAX_HEADER_LENGTH, name, octstr_append(), octstr_case_compare(), octstr_create, octstr_destroy(), octstr_imm(), and octstr_len().
Referenced by start_fetch().
long http_header_quoted_string_len | ( | Octstr * | header, |
long | pos | ||
) |
Definition at line 3293 of file http.c.
References octstr_get_char(), octstr_get_cstr, octstr_len(), start, and warning().
Referenced by http_get_header_parameter(), http_header_split_value(), pack_warning(), and wsp_strip_parameters().
long http_header_remove_all | ( | List * | headers, |
char * | name | ||
) |
Definition at line 3135 of file http.c.
References gw_assert(), gwlib_assert_init(), gwlist_delete(), gwlist_get(), gwlist_len(), header_is_called(), name, and octstr_destroy().
Referenced by add_msisdn(), change_header_value(), check_x_wap_application_id_header(), fix_boundary_element(), handle_push_message(), http_header_combine(), http_header_mark_transformation(), http_remove_hop_headers(), pap_request_thread(), remove_link_headers(), remove_mime_headers(), remove_x_kannel_headers(), response(), return_reply(), send_request(), set_addr_tuple(), split_header_list(), start_fetch(), and xmlrpc_doc_send().
Definition at line 3351 of file http.c.
References gwlist_delete(), gwlist_get(), gwlist_len(), http_header_split_value(), octstr_append(), octstr_append_char(), octstr_destroy(), octstr_get_char(), octstr_insert_data(), and octstr_len().
Referenced by pack_known_header().
Definition at line 3317 of file http.c.
References gwlist_create, http_header_add_element(), http_header_quoted_string_len(), octstr_get_char(), octstr_len(), and start.
Referenced by http_header_split_auth_value(), http_remove_hop_headers(), pack_cache_control(), and pack_known_header().
Definition at line 2932 of file http.c.
References colon, gw_assert(), gwlib_assert_init(), gwlist_get(), gwlist_len(), name, octstr_case_compare(), octstr_copy, octstr_destroy(), octstr_len(), octstr_search_char(), and octstr_strip_blanks().
Referenced by add_msisdn(), add_via(), cid_matches(), client_thread(), fix_boundary_element(), mime_entity_dump_real(), mime_multipart_start_elem(), mime_something_to_entity(), return_reply(), set_addr_tuple(), set_dlr_mask(), set_dlr_url(), set_smsbox_id(), and set_smsc_id().
void http_init | ( | void | ) |
Definition at line 3598 of file http.c.
References client_init(), conn_pool_init(), gw_assert(), limbo, port_init(), proxy_init(), run_status, running, and server_init().
Referenced by gwlib_init().
int http_method | ( | HTTPClient * | client | ) |
char* http_method2name | ( | int | method | ) |
Definition at line 3681 of file http.c.
References gw_assert(), HTTP_METHOD_GET, HTTP_METHOD_PATCH, http_methods, and method.
Referenced by http_accept_request(), and send_request().
int http_name2method | ( | Octstr * | method | ) |
Definition at line 3654 of file http.c.
References gw_assert(), HTTP_METHOD_DELETE, HTTP_METHOD_GET, HTTP_METHOD_HEAD, HTTP_METHOD_PATCH, HTTP_METHOD_POST, HTTP_METHOD_PUT, method, and octstr_str_compare().
Referenced by main(), parse_request_line(), and start_fetch().
int http_open_port | ( | int | port, |
int | ssl | ||
) |
Definition at line 2509 of file http.c.
References http_open_port_if(), and ssl.
Referenced by httpd_emu_create(), main(), smsc_http_create(), soap_server_start(), start_http_thread(), and wap_push_ppg_init().
int http_open_port_if | ( | int | port, |
int | ssl, | ||
Octstr * | interface | ||
) |
Definition at line 2483 of file http.c.
References port::fd, gwlist_produce(), gwthread_wakeup(), info(), keep_servers_open, make_server_socket(), new_server_sockets, octstr_get_cstr, port, port::port, port_add(), port_remove(), server_thread_id, ssl, port::ssl, and start_server_thread().
Referenced by http_open_port(), httpadmin_start(), and init_smsbox().
void* http_receive_result_real | ( | HTTPCaller * | caller, |
int * | status, | ||
Octstr ** | final_url, | ||
List ** | headers, | ||
Octstr ** | body, | ||
int | blocking | ||
) |
Definition at line 1786 of file http.c.
References HTTPEntity::body, caller, gwlist_consume(), gwlist_extract_first(), HTTPEntity::headers, HTTPServer::request_id, HTTPServer::response, server_destroy(), HTTPServer::status, and HTTPServer::url.
void http_remove_hop_headers | ( | List * | headers | ) |
Definition at line 3161 of file http.c.
References gw_assert(), gwlib_assert_init(), gwlist_consume(), gwlist_destroy(), http_header_find_all(), http_header_remove_all(), http_header_split_value(), octstr_delete(), octstr_destroy(), and octstr_get_cstr.
Referenced by pap_request_thread(), return_reply(), and start_fetch().
Octstr* http_request_url | ( | HTTPClient * | client | ) |
void http_send_reply | ( | HTTPClient * | client, |
int | status, | ||
List * | headers, | ||
Octstr * | body | ||
) |
Definition at line 2695 of file http.c.
References client(), client_destroy(), client_reset(), conn_register, conn_write(), date(), date_format_http(), gwlist_get(), gwlist_len(), HTTP_METHOD_DELETE, HTTP_METHOD_HEAD, http_reason_phrase(), octstr_append(), octstr_destroy(), octstr_format(), octstr_format_append(), octstr_get_cstr, octstr_len(), port_get_fdset(), receive_request(), and response().
Referenced by brunet_receive_sms(), challenge(), clickatell_receive_sms(), client_thread(), delayed_http_reply(), generic_receive_sms(), http_thread(), httpd_emu_reply(), httpd_serve(), kannel_receive_sms(), pap_request_thread(), receive_request(), reply(), send_to_pi(), sendsms_thread(), soap_server(), and xidris_receive_sms().
void http_set_client_timeout | ( | long | timeout | ) |
Define timeout in seconds for which HTTP client will wait for response. Set -1 to disable timeouts.
Definition at line 1751 of file http.c.
References client_fdset, fdset_set_timeout(), and http_client_timeout.
Referenced by init_bearerbox(), init_smsbox(), and init_wapbox().
void http_set_interface | ( | const Octstr * | our_host | ) |
Definition at line 1746 of file http.c.
References http_interface, octstr_duplicate, and our_host.
Referenced by config_reload().
void http_set_server_timeout | ( | int | port, |
long | timeout | ||
) |
Define timeout in seconds for which HTTP server will wait for request. Set -1 to disable timeouts.
Definition at line 2477 of file http.c.
References port_set_timeout().
void http_shutdown | ( | void | ) |
Definition at line 3618 of file http.c.
References client_shutdown(), conn_pool_shutdown(), gw_assert(), gwlib_assert_init(), limbo, port_shutdown(), proxy_shutdown(), run_status, running, server_shutdown(), and terminating.
Referenced by gwlib_shutdown().
void http_start_request | ( | HTTPCaller * | caller, |
int | method, | ||
Octstr * | url, | ||
List * | headers, | ||
Octstr * | body, | ||
int | follow, | ||
void * | id, | ||
Octstr * | certkeyfile | ||
) |
Definition at line 1760 of file http.c.
References caller, gwlist_produce(), HTTP_MAX_FOLLOW, http_start_request(), method, pending_requests, HTTPServer::request_id, server_create(), start_client_threads(), and url.
Referenced by brunet_send_sms(), clickatell_send_sms(), generic_send_sms(), http_get_real(), http_queue_thread(), http_start_request(), kannel_send_sms(), obey_request(), receive_push_reply(), soap_client_init_query(), start_fetch(), start_push(), start_request(), xidris_send_sms(), and xmlrpc_doc_send().
int http_status_class | ( | int | code | ) |
Definition at line 3642 of file http.c.
References code, and HTTP_STATUS_UNKNOWN.
Referenced by handle_transaction(), response_expectation(), and return_reply().
int http_type_accepted | ( | List * | headers, |
char * | type | ||
) |
Definition at line 3503 of file http.c.
References http_something_accepted(), and type.
Referenced by add_accept_headers(), check_session_request_headers(), convert_content(), httpd_serve(), and return_reply().
HTTPURLParse* http_urlparse_create | ( | void | ) |
Definition at line 1313 of file http.c.
References HTTPURLParse::fragment, HTTPURLParse::host, HTTPURLParse::pass, HTTPURLParse::path, HTTPURLParse::port, HTTPURLParse::query, HTTPURLParse::scheme, HTTPURLParse::url, and HTTPURLParse::user.
Referenced by parse_url().
void http_urlparse_destroy | ( | HTTPURLParse * | p | ) |
Definition at line 1332 of file http.c.
References HTTPURLParse::fragment, gw_assert(), HTTPURLParse::host, octstr_destroy(), HTTPURLParse::pass, HTTPURLParse::path, HTTPURLParse::query, HTTPURLParse::scheme, HTTPURLParse::url, and HTTPURLParse::user.
Referenced by generic_send_sms(), get_connection(), and parse_url().
void http_use_proxy | ( | Octstr * | hostname, |
int | port, | ||
int | ssl, | ||
List * | exceptions, | ||
Octstr * | username, | ||
Octstr * | password, | ||
Octstr * | exceptions_regex | ||
) |
Definition at line 268 of file http.c.
References debug(), gw_assert(), gwlist_append(), gwlist_create, gwlist_get(), gwlist_len(), hostname, http_close_proxy(), mutex_lock, mutex_unlock, octstr_duplicate, octstr_get_cstr, octstr_len(), panic, password, port, proxy_exceptions, proxy_exceptions_regex, proxy_hostname, proxy_mutex, proxy_password, proxy_port, proxy_ssl, proxy_username, run_status, running, ssl, and username.
Referenced by config_reload(), init_bearerbox(), init_smsbox(), and main().
Definition at line 2542 of file http.c.
References gwlist_append(), HTTPCGIVar::name, octstr_copy, octstr_destroy(), octstr_len(), octstr_search_char(), octstr_url_decode(), start, and HTTPCGIVar::value.
Referenced by generic_receive_sms(), and http_accept_request().
void parse_dump | ( | HTTPURLParse * | p | ) |
Definition at line 1348 of file http.c.
References debug(), HTTPURLParse::fragment, HTTPURLParse::host, octstr_get_cstr, HTTPURLParse::pass, HTTPURLParse::path, HTTPURLParse::port, HTTPURLParse::query, HTTPURLParse::scheme, HTTPURLParse::url, and HTTPURLParse::user.
Referenced by parse_url().
HTTPURLParse* parse_url | ( | Octstr * | url | ) |
Definition at line 1377 of file http.c.
References colon, debug(), error(), HTTPURLParse::host, HTTP_PORT, http_urlparse_create(), http_urlparse_destroy(), HTTPS_PORT, octstr_case_search(), octstr_compare(), octstr_copy, octstr_create, octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_len(), octstr_parse_long(), octstr_search_char(), octstr_set_char(), octstr_url_decode(), parse_dump(), HTTPURLParse::pass, HTTPURLParse::path, HTTPURLParse::port, HTTPURLParse::query, HTTPURLParse::scheme, url, HTTPURLParse::url, and HTTPURLParse::user.
Referenced by generic_send_sms(), and get_connection().