01Create mock HTTP expectations with detailed request and response configurations.
02Verify received HTTP requests based on matching criteria and expected counts.
03Clear specific expectations or all recorded requests from MockServer.
04Retrieve recorded HTTP requests for inspection and debugging.
05Perform a full reset of the MockServer instance, clearing all state.
061 GitHub stars