Arguments for addOnSendStart: (FMLiveSwitchHttpTransfer). More...
Instance Methods | |
(instancetype) | - init |
(NSMutableData *) | - requestBinaryContent |
Gets the binary content of the request. More... | |
(NSString *) | - requestTextContent |
Gets the text content of the request. More... | |
(NSMutableData *) | - responseBinaryContent |
Gets the binary content of the response. More... | |
(FMLiveSwitchNameValueCollection *) | - responseHeaders |
Gets the headers of the response. More... | |
(NSString *) | - responseTextContent |
Gets the binary content of the response. More... | |
(id) | - sender |
Gets the sender of the request, either a client or publisher. More... | |
Class Methods | |
(FMLiveSwitchHttpSendFinishArgs *) | + httpSendFinishArgs |
Arguments for addOnSendStart: (FMLiveSwitchHttpTransfer).
+ (FMLiveSwitchHttpSendFinishArgs*) httpSendFinishArgs |
- (instancetype) init |
- (NSMutableData*) requestBinaryContent |
Gets the binary content of the request.
- (NSString*) requestTextContent |
Gets the text content of the request.
- (NSMutableData*) responseBinaryContent |
Gets the binary content of the response.
- (FMLiveSwitchNameValueCollection*) responseHeaders |
Gets the headers of the response.
- (NSString*) responseTextContent |
Gets the binary content of the response.
- (id) sender |
Gets the sender of the request, either a client or publisher.