A http ma byt aj z http na zaciatku ?
http
# Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF (rfc 2616)
# As specified in rfc 2616 a status code is preceeded and followed by a
# space.
http/(0\.9|1\.0|1\.1) *(connection:|content-type:|content-length:|date:)|post * http\.
# A slightly faster version that might be good enough:
#http/(0\.9|1\.0|1\.1) |post * http\.
# old pattern(s):
#(http*(200 ok|302 |304 )*(connection:|content-type:|content-length:))|^(post * http/)