CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

WLReqKit 0.1.8

WLReqKit 0.1.8

Maintained by 018652wl.



WLReqKit 0.1.8

  • By
  • StoneStoneStoneWang

WLReqKit

原方式的请求

func onSendReq<T: WLBaseReq>(_ req: T,success: @escaping (T.Resp) -> (),failure: @escaping (Error) -> ())

rx方式的请求

func onSendReq(_ req: T) -> Observable<Any?>