Commit Graph

6 Commits (794df6f99e9e24a605dbe3998cf5d67b5bc8c4d9)

Author SHA1 Message Date
Igor Scheller 944c29b964 Require POST for sending forms
* Ensure that the form is submitted with a post request
* Replaced several links with forms

Closes  (Security Vulnerability)
Igor Scheller b0e7bc0df2 Made Engelsystem\Http\Request PSR-7 ServerRequestInterface compatible
Igor Scheller 5427ee385d Made Engelsystem\Http\Request PSR-7 RequestInterface compatible
Igor Scheller 3c08829205 Added Http\Response and Psr7{Request,Response}
msquare f8807c4efb fix behaviour of HTTP/Request get
Igor Scheller 8c703e1202 Added request test