NIPassThroughHttpMethod Constants Reference
| Declared in | NIMPassThroughOption.h |
|---|
NIPassThroughHttpMethod
Definition
typedef NS_ENUM(NSInteger, NIPassThroughHttpMethod ) {
NIPassThroughHttpMethodGet = 1,
NIPassThroughHttpMethodPost = 2,
NIPassThroughHttpMethodPut = 3,
NIPassThroughHttpMethodDelete = 4,
};