I've read about the PSR-7 but I simply couldn't understand how to implement it. Here's one example of something I did not understand:
The withHeader
method would call a header()
function? If so, how do I implement the withoutHeader
method? If thats not the time and place to call header()
, where (and when) is it?
Thank you all in advance.