-
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Description
-
req.range- should return parsed ranges
- should cap to the given size
- should cap to the given size when open-ended
- should have a .type
- should accept any type
- should return undefined if no range
- with
options- Should return combined ranges if
combineset to true
- Should return combined ranges if
-
req.is- should return the given MIME type when matching
- should return false when not matching
- should return false when
Content-Typeheader is not present - Should lookup the MIME type with the extension given (e.g.
req.is('json') - Should ignore charset
- more coming soon...
- more coming soon...
Reactions are currently unavailable