24 lines
349 B
Markdown
Raw Normal View History

2024-08-29 13:06:57 +01:00
# Request ID Example
This example demonstrates how to use a `X-Request-Id` header with Dumbo for request tracing.
## Running the Example
1. Install dependencies:
```bash
composer install
```
2. Start the server:
```bash
composer start
```
3. Access the protected route:
```bash
curl -v http://localhost:8000
```