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

Overview

Extends NSDictionary to enable usage as the params of an RKRequest.

This protocol provides a serialization of NSDictionary into a URL encoded string representation. This enables us to provide an NSDictionary as the params argument for an RKRequest.

Tasks

Other Methods

Other Methods

Other Methods

  • – HTTPBody

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

Instance Methods

HTTPBody

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

- (NSData *)HTTPBody

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

URLEncodedString

Returns a representation of the dictionary as a URLEncoded string

- (NSString *)URLEncodedString

Return Value

A UTF-8 encoded string representation of the keys/values in the dictionary

Declared In

NSDictionary+RKRequestSerialization.h