Kraken\Network\Http\HttpResponse::encode PHP Method

encode() public method

public encode ( )
    public function encode()
    {
        return sprintf("HTTP/%s %d %s\r\n%s\r\n%s", $this->getProtocolVersion(), $this->getStatusCode(), $this->getReasonPhrase(), $this->encodeHeaders($this->getHeaders()), (string) $this->getBody());
    }