AliSoftware / OHHTTPStubs

Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
MIT License
5.03k stars 601 forks source link

Added isMethodHEAD to swift helpers #294

Closed Simon-Kaz closed 5 years ago

Simon-Kaz commented 5 years ago

Checklist

Description

Hi there! I added the http isMethodHEAD and updated the test to reflect that :)

Motivation and Context

I needed to mock the HEAD http call in the project I'm working on and it wasn't available in OHHTTPStubsTestBlock!

Simon-Kaz commented 5 years ago

Thanks! Appreciate the quick turnaround on this 🎉 I ran the tests locally multiple times and they were fine, Travis can be a bit weird sometimes

Simon-Kaz commented 5 years ago

hey @AliSoftware are you planning to release new version of OHHTTPStubs anytime soon? I need this PR merged for the project I'm working on :)