You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Headers are often needed when mocking api responses. When using mockResponseForOperation(...) method, it would be helpful to have the same functionality available for the header definitions for the responses. mockResponseForOperation(...) could return a { status, mock, headers } object.
The text was updated successfully, but these errors were encountered:
Headers are often needed when mocking api responses. When using
mockResponseForOperation(...)
method, it would be helpful to have the same functionality available for the header definitions for the responses.mockResponseForOperation(...)
could return a{ status, mock, headers }
object.The text was updated successfully, but these errors were encountered: