ONGParametersEncoding Constants Reference

Declared in ONGResourceRequest.h

ONGParametersEncoding

Supported types of parameters encoding during network request construction.

Definition

typedef NS_ENUM(NSInteger, ONGParametersEncoding ) {
   ONGParametersEncodingFormURL,
   ONGParametersEncodingJSON,
   ONGParametersEncodingPropertyList,
};

Constants

ONGParametersEncodingFormURL

Supported types of parameters encoding during network request construction.

Declared In ONGResourceRequest.h.

ONGParametersEncodingJSON

Supported types of parameters encoding during network request construction.

Declared In ONGResourceRequest.h.

ONGParametersEncodingPropertyList

Supported types of parameters encoding during network request construction.

Declared In ONGResourceRequest.h.

Declared In

ONGResourceRequest.h