Closed waghanza closed 4 years ago
Hi @julienschmidt,
Would you mind to add (or consent that we add) httprouter in here
?
This project compare performance based on 3 routes :
GET
/
, SHOULD return a successful status code and an empty stringGET
/user/:id
, SHOULD return a successful status code and the idPOST
/user
, SHOULD return a successful status code and an empty stringRegards,
go