Http\Response

Http响应对象,通过调用此对象的方法,实现Http响应发送。

  • Response对象销毁时,如果未调用end发送Http响应,底层会自动执行end
  • 请勿使用&符号引用$response对象