Be Kind, Rewind

  • If you read the response body in a mapResponse middleware, always rewind the stream afterwards
  • Otherwise, subsequent middleware and the final consumer will see the body as empty — the stream cursor is at the end
$response->getBody()->rewind();

← / → navigate · N notes · Esc exit