1 | <?php |
||
11 | class HttpDataValidation |
||
12 | { |
||
13 | /** |
||
14 | * @param string $httpLine |
||
15 | * @return bool |
||
16 | */ |
||
17 | public static function isField(string $httpLine) |
||
21 | |||
22 | /** |
||
23 | * @param string $method |
||
24 | * @param string $path |
||
25 | * @param string $protocol |
||
26 | * @throws HttpParserBadFormatException |
||
27 | */ |
||
28 | public static function checkHeaderOrRaiseError(string $method, string $path, string $protocol) |
||
34 | } |