Tommy Situ

Results 8 issues of Tommy Situ

If `request.Close` is not set to false, the `transfer.writeHeader` function will still write the "Connection: close" header.

With matcher chaining, one can use JSONPath to get a JSON node, and use other matcher to compare its value. For example: ``` { body: [ { matcher: "jsonpath" value:...

feature request

At the moment, middleware can only intercept and modify outgoing requests in capture mode. This is inadequate if someone wants to mask sensitive information in both request and response when...

enhancement

When HoverflyRule is annotated with `@Rule`, the `exportSimulation` is called after each test, meaning that, it will keep overwriting old captured data because of the same filename. The solution could...

enhancement

When connecting to remote hoverfly instance, it is likely that the authentication is enabled: https://docs.hoverfly.io/en/stable/pages/tutorials/advanced/proxyauth/proxyauth.html#proxyauth The remote hoverfly instance config should allow user to provide username and password for the...

enhancement

##### Description If a Swagger spec declares an enum but also specifies a `maxLength`, running swagger-codegen with `useBeanValidation` enabled, will tag the enum with `@Size` constraint. Invoking validation on the...