Closed vkmasters closed 7 years ago
I am expecting a response along with the response header having eTag Value in it. How could it we achieve ?
You can use AddHeaders when building a stub to return the headers you want. It's not etag specific. You can add any header. WithHeader is used to match a request header.
Thanks hibri !
I am expecting a response along with the response header having eTag Value in it. How could it we achieve ?