Conforms to RKRequestSerializable
Declared in NSDictionary+RKRequestSerialization.h
NSDictionary+RKRequestSerialization.m

Tasks

HTTP Headers

Instance Methods

HTTPBody

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

- (NSData *)HTTPBody

Return Value

An NSData object respresenting the HTTP body serialization.

Declared In

RKRequestSerializable.h

HTTPHeaderValueForContentType

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

- (NSString *)HTTPHeaderValueForContentType

Return Value

A string value of the Content-Type header for the HTTP body.

Declared In

RKRequestSerializable.h