Case number, cross reference number, or citation number (either one of the three) Court level (appellate, supreme, or county courts) Case type (civil or criminal) Filing date Case status (open or closed) If requesters cannot find the case documents in the lookup tool, they may need to us...
lib/utils.js exports.normalizeType=function(type){return~type.indexOf('/')?acceptParams(type):{value:mime.lookup(type),params:{}};}; examples/web-service/index.js // key is invalidif(!~apiKeys.indexOf(key))returnnext(error(401,'invalid api key')); The gotcha is thebitwise operator~...