Module: Daylight::Errors
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/daylight/errors.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- CONTENT_TYPE_FORMAT =
Regex for Content-Type – www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
/([^\/]+)\/([^;]+)(?:;.*)?/