Closed danqing closed 9 years ago
I'm sorry it's taken so long to respond, for some reason github decided I shouldn't receive notifications for issues on the repo >_<
The definition for that set of constants is 1 << iota
, which means Nil
's value is 1 << 7
, or 128. So your check is correct.
Correct me if I'm missing something, but I don't see a way to check if, for example, a
GET
returnsnil
?Thanks!