Skip to content

Releases: vendimia/http

0.1.18

19 Feb 22:10
Compare
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
Compare
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
Compare
Choose a tag to compare

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

0.1.15

21 Feb 00:43
Compare
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
Compare
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
Compare
Choose a tag to compare

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

0.1.12

02 Jan 23:25
Compare
Choose a tag to compare

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

0.1.11

18 Jun 03:41
Compare
Choose a tag to compare

b63b899 (HEAD -> main) Remove decoding and improve Uri from PHP
46f10fe Improve port and fragment components in getString
9369edd Simplify getPath()

0.1.10

17 Jun 12:40
Compare
Choose a tag to compare

06e807a (HEAD -> main, origin/main) Use same source for assert
59233a0 Fix noncompliant getPath() & add getDecodedPath()
bd1635b Add __toString() to Uri
1d4a5a6 Fix invaliu withPort() implementation

0.1.9

13 Jun 21:13
Compare
Choose a tag to compare

466dab3 (HEAD -> main) Prevent failing on '//' url path
9dcae09 add $code and $reason for Response::json
5287bc2 Add empty method and null $uri to Request
0e854c8 Add try/catch at JSON parsing