从这里也就能看出来跟Request一样Laravel的Response也是依赖Symfony框架的 HttpFoundation组件来实现的。...%s %s', $this->version, $this->statusCode, $this->statusText), true, $this->statusCode);
//...{
setrawcookie($cookie->getName(), $cookie->getValue(), $cookie->getExpiresTime(), $...cookie->getPath(), $cookie->getDomain(), $cookie->isSecure(), $cookie->isHttpOnly());
} else...{
setcookie($cookie->getName(), $cookie->getValue(), $cookie->getExpiresTime(), $cookie