RKRequestSerializable Protocol Reference
Declared in | RKRequestSerializable.h |
Tasks
-
– HTTPHeaderValueForContentType
The value of the Content-Type header for the HTTP Body representation of the serialization
required method -
– HTTPBody
An NSData representing the HTTP Body serialization of the object implementing the protocol
-
– HTTPBodyStream
Returns an input stream for reading the serialization as a stream. Used to provide support for handling large HTTP payloads.
-
– HTTPHeaderValueForContentLength
Returns the length of the HTTP Content-Length header
-
– ContentTypeHTTPHeader:DEPRECATED_ATTRIBUTE:
The value of the Content-Type header for the HTTP Body representation of the serialization
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