mnot / httplint

Python library to lint HTTP messages
MIT License
5 stars 1 forks source link

Strict Transport Security #16

Open mnot opened 5 years ago

mnot commented 5 years ago

Spec

Syntax:

     Strict-Transport-Security = "Strict-Transport-Security" ":"
                                 [ directive ]  *( ";" [ directive ] )

     directive                 = directive-name [ "=" directive-value ]
     directive-name            = token
     directive-value           = token | quoted-string