This memory bank contains comprehensive documentation about the Apache Traffic Server project, organized into focused sections for easy reference.
This document follows best practices from https://docs.cline.bot/prompting/cline-memory-bank .
Apache Traffic Server (ATS) is a high-performance, open-source HTTP/HTTPS caching proxy server and web application acceleration platform designed for cloud services and large-scale web applications.
Core project information including architecture, components, and features.
CMake build system, dependencies, configuration files, and development environment setup.
Plugin architecture, core and experimental plugins, and development guidelines.
Code standards, testing frameworks, CI/CD, contributing process, and best practices.
Complete codebase organization, installation layout, and file system structure.
Core technical concepts including event system, cache architecture, and performance optimizations.
traffic_server - Main proxy servertraffic_ctl - Command line management tooltraffic_top - Statistics monitoringsrc/ - Source code (iocore, proxy, mgmt, tools)include/ - Header files and APIsplugins/ - Core and experimental pluginsconfigs/ - Default configuration files# Basic build cmake -B build # With presets cmake --preset release cmake --build build-release