aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/HttpUtilsTest.php
Commit message (Collapse)AuthorAgeFilesLines
* HTTP: move utils to a proper file, add testsVirtualTam2015-09-061-0/+38
Relates to #333 Modifications: - move HTTP utils to 'application/HttpUtils.php' - simplify logic - replace 'http_parse_headers_shaarli' by built-in 'get_headers()' - remove superfluous '$status' parameter (provided by the HTTP headers) - apply coding conventions - add test coverage (unitary only) Signed-off-by: VirtualTam <virtualtam@flibidi.net>