Skip to content

Latest commit

 

History

History
176 lines (58 loc) · 737 Bytes

Response.md

File metadata and controls

176 lines (58 loc) · 737 Bytes

Response

  • Full name: \Lime\Response

Properties

body

public mixed $body

status

public int $status

mime

public string $mime

gzip

public bool $gzip

nocache

public bool $nocache

etag

public bool $etag

headers

public array $headers

statusCodes

public static array $statusCodes
  • This property is static.

mimeTypes

public static array $mimeTypes
  • This property is static.

Methods

flush

public flush(): void