()
| 10 | }) |
| 11 | |
| 12 | function app() { |
| 13 | return Server.Default().app |
| 14 | } |
| 15 | |
| 16 | // /config echoes the config back. Padding the config pushes the response body |
| 17 | // well past the 1024 B threshold so we can observe compression behavior. |
no outgoing calls
no test coverage detected