Skip to content

Releases: vendimia/http

0.1.8

13 Jun 21:05
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

0.1.7

22 Mar 05:16
Compare
Choose a tag to compare

2131576 (HEAD -> main, origin/main) Updates to new version of Collection

0.1.6

14 Jan 19:03
Compare
Choose a tag to compare

e526a3b (HEAD -> main, origin/main) Add new static method fromFile()


0.1.5

27 Oct 08:08
Compare
Choose a tag to compare

adfcc5d Add json() method for quick JSON response
c5418c7 Implementation of getAttribute() and withAttribute()


0.1.4

13 Oct 19:09
Compare
Choose a tag to compare

Fix fail when 'content-type' has extra arguments

0.1.2

11 Sep 15:50
Compare
Choose a tag to compare
Create initial tests

0.1.1

26 Aug 20:41
Compare
Choose a tag to compare
  • Added methods for check request HTTP method.
  • Added method send() for sending the actual response to the client.

0.1

21 May 02:44
Compare
Choose a tag to compare
0.1
Fix: missing comma