MBXHttpHeaders


@interface MBXHttpHeaders : NSObject

Set of commonly used HTTP header strings.

  • The Cache-Control HTTP header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *CacheControl;
  • The Content-Encoding representation header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *ContentEncoding;
  • The Content-Length header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *ContentLength;
  • The Content-Type representation header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *ContentType;
  • The Digest response HTTP header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *Digest;
  • The ETag (or entity tag) HTTP response header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *ETag;
  • The If-None-Match HTTP request header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *IfNoneMatch;
  • The Last-Modified response HTTP header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *LastModified;
  • The User-Agent request header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *UserAgent;
  • Custom Accept-Encoding request HTTP header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *XAcceptEncoding;
  • Custom Content-Encoding representation header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *XContentEncoding;
  • X-Accept-Delta request header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *XAcceptDelta;
  • X-Canonical-ETag response header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *XCanonicalETag;
  • X-Delta-Base response header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *XDeltaBase;
  • X-Rate-Limit-Reset response header.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) NSString *XRateLimitReset;