I have seen HTTP methods written in all caps and in all lowercase letters. Is there any reason why you would want to write POST rather than post in the method attribute of a form element, for example?
Do some browsers handle capitalized POST and GET differently than lowercase post and get?
