httpmocker v1.1.6 Release Notes

Release Date: 2019-08-09 // over 4 years ago
  • ๐Ÿ‘Œ Support exact match of requests (headers and parameters defined in the mock must match exactly, not be a subset of the request data)
    ๐Ÿ‘ Allow to fail if an error occurs while recording (helps setting up the lib and detect why current configuration may fail)
    ๐Ÿ‘ Allow to check absence of header or query parameter to match a request