-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Leonid Bugaev edited this page Aug 23, 2021
·
18 revisions
Gor is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
Read for more info:
- Getting Started
- The Basics
- Capturing and replaying traffic
- Replaying HTTP traffic
- [PRO] Replaying Binary protocols
- [PRO] Recording and replaying keep alive TCP sessions
- [PRO] Using S3 for storing and replaying traffic
- Saving and Replaying from file
- Dealing with missing requests and responses
- Performance testing
- Rate limiting
- Request filtering
- Request rewriting
- Middleware
- Distributed configuration
- Exporting to ElasticSearch
- Streaming from and to Apache Kafka
- Running on Windows
- FAQ
- Troubleshooting
Next: Getting Started