NIPassThroughHttpMethod Constants Reference

Declared in NIMPassThroughOption.h

NIPassThroughHttpMethod

Definition

typedef NS_ENUM(NSInteger, NIPassThroughHttpMethod ) {
   NIPassThroughHttpMethodGet = 1,
   NIPassThroughHttpMethodPost = 2,
   NIPassThroughHttpMethodPut = 3,
   NIPassThroughHttpMethodDelete = 4,
};

Constants

NIPassThroughHttpMethodGet

Declared In NIMPassThroughOption.h.

NIPassThroughHttpMethodPost

Declared In NIMPassThroughOption.h.

NIPassThroughHttpMethodPut

Declared In NIMPassThroughOption.h.

NIPassThroughHttpMethodDelete

Declared In NIMPassThroughOption.h.