Open gri1n opened 8 years ago
Is there any reason why only int and uint are supported in routes and not the larger sized integers?
int and uint mapped to int64_t and uint64_t. If crow can't handle large integer value, it must be bug. Does your app have that bug?
Is there any reason why only int and uint are supported in routes and not the larger sized integers?