A brief file description. More...
#include "libts.h"
#include "P_EventSystem.h"
#include "HttpCacheSM.h"
#include "HttpTransact.h"
#include "HttpTunnel.h"
#include "InkAPIInternal.h"
#include "StatSystem.h"
#include "HttpClientSession.h"
#include "HdrUtils.h"
Go to the source code of this file.
A brief file description.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file HttpSM.h.
#define HISTORY_SIZE 64 |
Definition at line 146 of file HttpSM.h.
Referenced by HttpSM::dump_state_on_assert().
#define HTTP_API_CONTINUE (INK_API_EVENT_EVENTS_START + 0) |
Definition at line 60 of file HttpSM.h.
Referenced by HttpDebugNames::get_event_name(), and HttpSM::state_api_callout().
#define HTTP_API_ERROR (INK_API_EVENT_EVENTS_START + 1) |
Definition at line 61 of file HttpSM.h.
Referenced by HttpDebugNames::get_event_name(), and HttpSM::state_api_callout().
typedef int(HttpSM::* HttpSMHandler)(int event, void *data) |
anonymous enum |
anonymous enum |
anonymous enum |
enum BackgroundFill_t |
enum HttpApiState_t |
enum HttpPluginTunnel_t |
enum HttpVC_t |
Definition at line 71 of file HttpSM.cc.
Referenced by HttpSM::init(), init_HttpProxyServer(), and HttpSM::kill_this().
size_t const HTTP_HEADER_BUFFER_SIZE_INDEX = CLIENT_CONNECTION_FIRST_READ_BUFFER_SIZE_INDEX [static] |
Definition at line 65 of file HttpSM.h.
Referenced by HttpSM::find_http_resp_buffer_size(), FetchSM::init_comm(), HttpClientSession::new_connection(), HttpSM::setup_100_continue_transfer(), HttpSM::setup_cache_read_transfer(), setup_client_request(), HttpSM::setup_internal_transfer(), HttpSM::setup_server_send_request(), and HttpSM::setup_server_transfer().
size_t const HTTP_SERVER_RESP_HDR_BUFFER_INDEX = BUFFER_SIZE_INDEX_8K [static] |
Definition at line 72 of file HttpSM.h.
Referenced by HttpSM::find_http_resp_buffer_size(), and HttpServerSession::new_connection().