getMethodBit

Maps each HTTP method to a bit value, so we can use bit-masking for handler mappings.

ushort
getMethodBit
(
in string method
)