Loren Hale
Loren Hale
This addresses issue #208 When a path parameter contains url escaped characters (especially "/" as "%2F") it uses the raw path and doesn't automatically unescape the path. This adds a...
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...
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...
The following line is output when there is an error: Substitutions: map[string]string{}
It's critical that I'm able to specify the following: * The total number of simultaneous workers that can run at any given time. (e.g. 1 per each cpu core for...