https://github.com/netlify/traffic
TrafficServer C++ API (intended as a low overhead alternative over the existing one)
https://github.com/netlify/traffic
Last synced: 4 months ago
JSON representation
TrafficServer C++ API (intended as a low overhead alternative over the existing one)
- Host: GitHub
- URL: https://github.com/netlify/traffic
- Owner: netlify
- License: other
- Created: 2020-05-18T18:04:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T07:55:43.000Z (over 1 year ago)
- Last Synced: 2025-02-24T17:49:57.557Z (4 months ago)
- Language: C++
- Size: 67.4 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Overview
This is a more lifetime/scoped focused approach to wrapping the Apache
TrafficServer API. If anything, it's intended to replace the atscppapi, which
allocates more than it needs to, and is unfriendly to modern C++ techniques.
This makes it harder to integrate other languages like Rust. By using this
approach, we can more 'safely' move between C++ and Rust code in the same
plugin.Please note, this library has not yet been tested in every aspect of its
development. Expect high churn/API changes.