Skip to content

Releases: vendimia/http

0.1.21

14 Nov 04:55

Choose a tag to compare

8dc7a80 (HEAD -> main, origin/main, origin/HEAD) BC BREAK: Refactors Response::json to accept only a variadic $payload.

0.1.20

30 Jul 01:39

Choose a tag to compare

8fc0e3d (HEAD -> main) Fix missing character. Adds white line before 'namespace' token to conform PSR-12

0.1.19

30 Jul 01:17

Choose a tag to compare

01e8710 (HEAD -> main, origin/main, origin/HEAD) Adds asJson() method, similar to json(), but uses named parameters
c41abb7 Refactors body parser to use new classes instead a static code
e5800c0 New method Response::asJson()

0.1.18

19 Feb 22:10

Choose a tag to compare

68061a8 (HEAD -> main, origin/main) Use $_SERVER if getallheaders() is not available
338d9a7 Added default reason phrases

0.1.17

19 Oct 17:07

Choose a tag to compare

b39f235 (HEAD -> main, origin/main) Fix: Index error on connections without HTTP_HOST
75beb88 Fix: server_params was obtained from wrong source
4565bd5 Raise PHP version to 8.0

0.1.16

07 Apr 00:31

Choose a tag to compare

53ee4b4 (HEAD -> main, origin/main) Add optional body to Response construct

0.1.15

21 Feb 00:43

Choose a tag to compare

da01d40 (HEAD -> main, origin/main) Clean up old code
a79aa26 Method noContent() for a 204 response

0.1.14

16 Feb 17:54

Choose a tag to compare

da01d40 (HEAD -> main) Clean up old code
a79aa26 Method noContent() for a 204 response

0.1.13

14 Jan 06:04

Choose a tag to compare

13b6b05 (HEAD -> main, origin/main) Refactor body parsers

0.1.12

02 Jan 23:25

Choose a tag to compare

1101ff4 (HEAD -> main, origin/main) Use apache_request_headers() for server_params
a3061fb Fix lack of cookie support