A brief file description. More...
#include "ink_config.h"
#include "HttpConfig.h"
#include "HttpTunnel.h"
#include "HttpSM.h"
#include "HttpDebugNames.h"
#include "ParseRules.h"
Go to the source code of this file.
Functions | |
char | VcTypeCode (HttpTunnelType_t t) |
Variables | |
static const int | min_block_transfer_bytes = 256 |
static char const *const | CHUNK_HEADER_FMT = "\r\n" |
static int const | CHUNK_IOBUFFER_SIZE_INDEX = MIN_IOBUFFER_SIZE |
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 HttpTunnel.cc.
char VcTypeCode | ( | HttpTunnelType_t | t | ) |
Definition at line 48 of file HttpTunnel.cc.
References HT_CACHE_READ, HT_CACHE_WRITE, HT_HTTP_CLIENT, HT_HTTP_SERVER, and HT_TRANSFORM.
char const* const CHUNK_HEADER_FMT = "\r\n" [static] |
Definition at line 41 of file HttpTunnel.cc.
Referenced by ChunkedHandler::generate_chunked_content(), and ChunkedHandler::set_max_chunk_size().
int const CHUNK_IOBUFFER_SIZE_INDEX = MIN_IOBUFFER_SIZE [static] |
Definition at line 45 of file HttpTunnel.cc.
Referenced by ChunkedHandler::init_by_action().
const int min_block_transfer_bytes = 256 [static] |
Definition at line 40 of file HttpTunnel.cc.
Referenced by ChunkedHandler::init_by_action().