shmock icon indicating copy to clipboard operation
shmock copied to clipboard

Make reply api similar to the request api

Open tinchogob opened this issue 11 years ago • 0 comments

from/related to #13

For example you could do:

mock.get('/foo').set('Authorization', '123456').reply(401).set('WWW-Authenticate', 'Basic realm=foobar');

tinchogob avatar Mar 25 '15 19:03 tinchogob