Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-31 | CS | Wolfy-J | |
2019-01-31 | - added HttpClient for raw message consuming | Wolfy-J | |
2019-01-30 | Add types to return function | Alex | |
2019-01-29 | Remove list (bug), create client interface | Alex | |
2019-01-28 | Raw HTTP client (HttpClient), PSR7Client now depends on HttpClient | Alex | |
2019-01-17 | __SERVER now support HTTP_... values | Wolfy-J | |
2019-01-17 | Try to fix $_SERVER data between requests | Alex | |
2019-01-16 | Add default empty User Agent | Alex | |
2019-01-16 | Fix variable name | Alex | |
2019-01-16 | Fix headers in _SERVER (laravel integration fix) | Alex | |
2019-01-05 | zend factory dependency elliminated | Wolfy-J | |
2018-12-20 | added tests for USER_AGENT | Wolfy-J | |
2018-12-20 | - http version fix | Wolfy-J | |
- USER_AGENT bypass - added PHP7.3 to travis (travis, are you ok?) | |||
2018-12-20 | #67 Unsupported HTTP protocol version "2.0" | bof09595 | |
Normalizing protocol version strings to match official values 1.0, 1.1 and 2 | |||
2018-10-13 | pre-release activitiesv1.2.5 | Wolfy-J | |
2018-10-04 | CS | Wolfy-J | |
2018-10-03 | feedback from code review | Marcel Hernandez | |
2018-10-02 | fix tests: | Marcel Hernandez | |
- ServerRequest::withProtocol() method is broken on Diactoros - Parsed body and raw body are mutually exclusive - UploadFile needs an empty stream when upload fails | |||
2018-10-02 | decoupled Diactoros via PSR-17 factories | Marcel Hernandez | |
2018-09-23 | - new directory structure | Wolfy-J | |
- singular exception - starting exception deprecation |