Add a Framework
Add a Framework
Adding a framework to HttpArena takes a few steps: create a Dockerfile, add metadata, implement the required endpoints, and open a PR.
How to organize your framework’s files — Dockerfile, meta.json, and source code.
All HTTP endpoints your framework must implement, organized by test profile.
Framework metadata — display name, language, type, and which tests to participate in.
How to validate your implementation locally and submit a pull request.