Declared in RKRequestSerializable.h

Tasks

Instance Methods

ContentTypeHTTPHeader:DEPRECATED_ATTRIBUTE:

The value of the Content-Type header for the HTTP Body representation of the serialization

- (NSString *)ContentTypeHTTPHeader DEPRECATED_ATTRIBUTE

Discussion

@deprecated Implement HTTPHeaderValueForContentType instead

Declared In

RKRequestSerializable.h

HTTPBody

An NSData representing the HTTP Body serialization of the object implementing the protocol

- (NSData *)HTTPBody

Declared In

RKRequestSerializable.h

HTTPBodyStream

Returns an input stream for reading the serialization as a stream. Used to provide support for handling large HTTP payloads.

- (NSInputStream *)HTTPBodyStream

Declared In

RKRequestSerializable.h

HTTPHeaderValueForContentLength

Returns the length of the HTTP Content-Length header

- (NSUInteger)HTTPHeaderValueForContentLength

Declared In

RKRequestSerializable.h

HTTPHeaderValueForContentType

The value of the Content-Type header for the HTTP Body representation of the serialization

- (NSString *)HTTPHeaderValueForContentType

Declared In

RKRequestSerializable.h