Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include "gwlib/gwlib.h"
#include "gwlib/http.h"
Go to the source code of this file.
Macros | |
#define | MAX_THREADS 1024 |
#define | MAX_IN_QUEUE 128 |
Functions | |
static Octstr * | post_content_create (void) |
static void | url_pattern (Octstr *url) |
static void | start_request (HTTPCaller *caller, List *reqh, long i) |
static int | receive_reply (HTTPCaller *caller) |
static void | client_thread (void *arg) |
static void | split_headers (Octstr *headers, List **split) |
static void | help (void) |
int | main (int argc, char **argv) |
Variables | |
static long | max_requests = 1 |
static double | interval = 0 |
static int | method = HTTP_METHOD_GET |
static char ** | urls = NULL |
static int | num_urls = 0 |
static int | verbose = 1 |
static Octstr * | auth_username = NULL |
static Octstr * | auth_password = NULL |
static Octstr * | msg_text = NULL |
static Octstr * | ssl_client_certkey_file = NULL |
static Octstr * | extra_headers = NULL |
static Octstr * | content_file = NULL |
static Octstr * | method_name = NULL |
static int | file = 0 |
static List * | split = NULL |
static int | follow_redirect = 1 |
static int | escape_codes = 0 |
#define MAX_IN_QUEUE 128 |
Definition at line 72 of file test_http.c.
#define MAX_THREADS 1024 |
Definition at line 71 of file test_http.c.
Referenced by main().
|
static |
Definition at line 255 of file test_http.c.
References auth_password, auth_username, caller, counter, counter_create(), counter_destroy(), counter_increase(), gwlist_create, gwthread_self(), gwthread_sleep(), http_add_basic_auth(), http_caller_destroy(), http_destroy_headers(), http_header_add(), info(), interval, max_requests, receive_reply(), and start_request().
Referenced by main().
|
static |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 380 of file test_http.c.
References auth_password, auth_username, client_thread(), content_file, debug(), error(), escape_codes, extra_headers, file, follow_redirect, getopt(), gwlib_init(), gwlib_shutdown(), gwlist_append(), gwlist_create, gwlist_destroy(), gwthread_create, gwthread_join(), help(), http_caller_create(), http_name2method(), http_use_proxy(), info(), interval, log_set_output_level(), max_requests, MAX_THREADS, method, method_name, msg_text, num_urls, octstr_create, octstr_destroy(), octstr_destroy_item(), octstr_dump, octstr_read_file(), octstr_url_encode(), optarg, optind, panic, proxy_password, proxy_port, proxy_ssl, proxy_username, split, split_headers(), ssl, ssl_client_certkey_file, start, threads, urls, and verbose.
|
static |
Definition at line 93 of file test_http.c.
References content, content_file, debug(), octstr_dump, octstr_get_cstr, octstr_read_file(), and panic.
Referenced by start_request().
|
static |
Definition at line 210 of file test_http.c.
References caller, charset, debug(), error(), gwlist_destroy(), gwlist_extract_first(), http_header_get_content_type(), http_receive_result, octstr_destroy(), octstr_dump, octstr_get_cstr, type, and verbose.
Referenced by client_thread().
Definition at line 308 of file test_http.c.
References gwlist_append(), gwlist_create, octstr_copy, octstr_get_char(), octstr_len(), split, and start.
Referenced by main().
|
static |
Definition at line 161 of file test_http.c.
References caller, content_file, debug(), escape_codes, file, follow_redirect, http_header_combine(), HTTP_METHOD_POST, http_start_request(), info(), method, msg_text, num_urls, octstr_append(), octstr_create, octstr_destroy(), octstr_dump, octstr_imm(), octstr_url_decode(), post_content_create(), split, ssl_client_certkey_file, url, url_pattern(), and urls.
Referenced by client_thread().
|
static |
Definition at line 106 of file test_http.c.
References gw_assert(), gw_rand(), octstr_append_cstr(), octstr_append_data(), octstr_destroy(), octstr_duplicate, octstr_format_append(), octstr_get_cstr, octstr_truncate(), url, uuid_generate(), UUID_STR_LEN, uuid_unparse(), and warning().
Referenced by start_request().
|
static |
Definition at line 81 of file test_http.c.
Referenced by client_thread(), and main().
|
static |
Definition at line 80 of file test_http.c.
Referenced by client_thread(), and main().
|
static |
Definition at line 85 of file test_http.c.
Referenced by main(), post_content_create(), and start_request().
|
static |
Definition at line 90 of file test_http.c.
Referenced by main(), and start_request().
|
static |
Definition at line 84 of file test_http.c.
Referenced by main().
|
static |
Definition at line 87 of file test_http.c.
Referenced by main(), and start_request().
|
static |
Definition at line 89 of file test_http.c.
Referenced by main(), and start_request().
|
static |
Definition at line 75 of file test_http.c.
Referenced by client_thread(), and main().
|
static |
Definition at line 74 of file test_http.c.
Referenced by client_thread(), and main().
|
static |
Definition at line 76 of file test_http.c.
Referenced by get_receiver(), http_get_real(), http_method2name(), http_name2method(), http_queue_thread(), http_start_request(), main(), parse_request_line(), remember_receiver(), response_expectation(), return_reply(), server_create(), start_fetch(), start_request(), unpack_datagram(), url_result_thread(), and xmlrpc_call_add_param().
|
static |
Definition at line 86 of file test_http.c.
Referenced by build_request(), main(), smsbox_xmlrpc_post(), and unpack_datagram().
|
static |
Definition at line 82 of file test_http.c.
Referenced by main(), and start_request().
|
static |
Definition at line 78 of file test_http.c.
Referenced by main(), and start_request().
|
static |
Definition at line 88 of file test_http.c.
Referenced by dlr_add(), handle_split(), main(), smscconn_send(), split_headers(), and start_request().
|
static |
Definition at line 83 of file test_http.c.
Referenced by main(), and start_request().
|
static |
Definition at line 77 of file test_http.c.
Referenced by main(), and start_request().
|
static |
Definition at line 79 of file test_http.c.
Referenced by main(), and receive_reply().