martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
407 stars 23 forks source link

Add a testing client #72

Closed ellmetha closed 1 year ago

ellmetha commented 1 year ago

Description

The framework should provide a testing client allowing to easily issue requests to the configured routes and handlers. In this light, let's introduce a Marten::HTTP::Client abstraction that would be responsible for that.

This new abstraction should allow to easily:

To do