Closed sagikazarmark closed 8 years ago
+1 not sure about separating. a guzzle formatter makes absolutely no sense for a response. but it could just reuse the simple text formatter for the response and do its cool stuff on requests. that way, things are much simpler than having two interfaces that 90% of the time are provided by the same formatter.
We should be able to format Requests/Responses to string.
Basic interface
Some questions
Default implementations