Declared in | CRTypes.h |
References | [RFC2616 section 19.5.1](https://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1) |
CRStaticFileContentDisposition
The HTTP Content-Disposition header specification.
Definition
typedef NS_ENUM(NSUInteger, CRStaticFileContentDisposition ) {
CRStaticFileContentDispositionNone,
CRStaticFileContentDispositionInline,
CRStaticFileContentDispositionAttachment,
};
Constants
CRStaticFileContentDispositionNone
-
An abstraction for no content disposition specification
CRTypes.h
. CRStaticFileContentDispositionInline
-
Inline content disposition. Files are served inline. (“inline”)
CRTypes.h
. CRStaticFileContentDispositionAttachment
-
Attachment content disposition. Force a download. (“attachment”)
CRTypes.h
.
See Also
Declared In
CRTypes.h