What if we add this ability into the middleware?
import { observer } from 'legible'
const request => response => modify => {
modify('response', response.text())
}
Something like that? Not sure how I feel about the syntax but we need some way to have access to every piece of the request and modify it
What if we add this ability into the middleware?
Something like that? Not sure how I feel about the syntax but we need some way to have access to every piece of the request and modify it