Jules May
Jules May
I'm compiling a project created in CLion using CMake. When compiling under Linux/gcc everything works fine, but when compiling under Windows/VC I get the following error: ``` C:\...\build>cmake --build ....
Added autoHead functionality to `get` requests. Now, if there's a `get` interceptor, there will automatically be an equivalent `head` interceptor. You can control the behaviour by: - adding autoHead:false to...
I'm working on a module which checks the `head`s of uris before deciding which to `get`. I've been able to create both the `get` and `head` interceptors in Nock, as...