http-spec icon indicating copy to clipboard operation
http-spec copied to clipboard

HTTP request/response specification Gatlin gun!

Results 21 http-spec issues
Sort by recently updated
recently updated
newest added

Problem: I had the need to use http-spec on a post using a random uuid so I can re-run the tests whenever I want. I also then needed an auth...

Load balancers will return 503 while services behind them are still starting up. This can produce flaky tests when the HTSF specs see a connection before the endpoint has started...

Update tests so they are passing. Add the loadMatchers function to load built-in and custom matchers. Add test for custom matcher.

This is a proposal to modify http-spec so that matchers are not built-in but rather loaded via json or yaml files. Just like the htsf files are copied to the...

enhancement

``` > POST /v1/recipes HTTP/1.1 > Authorization: valid token > > { > "name": "Test recipe", > "description": "This is my test recipe", < "creation_source": "iOS", > "temperature": 100, >...

You might want to update the email address on the README. [email protected]

Given the following line: < "username1": "un1", The following matcher will capture "me1" (we wanted "un1") < "username1": "⧆one⧆[a-z]{2}[0-9]{1}⧆", Proposal is to have the matcher run relative to it's position...

This is the failing test to show the behavior in issue #35 Basically the matchers are run against the entire line verses relative to the position in the line and...

Steps to reproduce: 1. Create a put request 2. Forget to put '>' at the beginning of a newline The error thrown is about dereferencing a nil pointer rather than...