nitishm / vegeta-server

A RESTful API server for vegeta, a load testing tool written in Go.
MIT License
63 stars 17 forks source link

Support format text in GET /api/v1/report endpoint #24

Closed nitishm closed 5 years ago

nitishm commented 5 years ago

The report endpoint returns a JSON report by default. This task is to provide (query string based) support for the text format for the GET /api/v1/report?format=text.