José Carlos Chávez

Results 126 issues of José Carlos Chávez

`processing-time` is the time the mole service waits until returning the response. This could be useful for tests and demo with proxies like envoy.

This PR adds: ``` - Use `log-response` to log the response along with the request in the stdout. - Use `log-filter-method` to log only matching method e.g. `"GET|DELETE"`. - Use...

The `response-file` allows users to use a JSON file for declaring the response from the server. Currently we check if the file exists before starting the server and fail if...

Currently httpmole can't wait until the actual service is up, hence failing on response with a 502. We could either wait to serve and let clients to retry or expect...

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing

Currently this project is not using the official zipkin-php library and it would be nice to.

Currently there are a couple of things that don't follow idiomatic naming in zipkin. First, we usually use `VERB /path/for/route` as span names [instead of a fixed name](https://github.com/Vinelab/tracing-laravel/blob/master/src/Middleware/TraceRequests.php#L50) as it...

enhancement