GYHttpMock icon indicating copy to clipboard operation
GYHttpMock copied to clipboard

Library for replacing part/all HTTP response based on Nocilla.

Results 11 GYHttpMock issues
Sort by recently updated
recently updated
newest added

mockRequest(@"GET", @"(.?)google.com(.?)".regex). withBody(@"{\"name\":\"abc\"}".regex); 报错:Property 'regex' not found on object of type 'NSString *' withBody(@"weread.json"); 也报错 能否提供个示例