argos83
argos83
- Make sure all the standard methods are forwarded to the destination server (OPTIONS, TRACE, etc) - Allow the user editing a request to use any method (e.g. BLAH) and...
Encapusulate WEBrick HTTPRequest and HTTPResponse objects into own representations. The reasoning behind this: - WEBRick representations are unnecessarily complex, there are a lots of different ways to achieve the same,...
Hi! When defining a table in multiple lines, LuaCov misses coverage on the last entry unless it has a trailing comma. E.g. Without trailing comma: ``` 11 local dummy_table =...
Hi, First of all thanks for this great library! I'm came across a validation issue (unless I'm doing things wrong). Here it is: Given this swagger specification: ```yaml swagger: '2.0'...
I'd like to propose that a second API function is exported, that allows control over the source of the environment. Mostly for testeability (but I guess it could serve other...
Hi! Is there a way to flag a certain provider state as pending, so it's skipped during verification? For instance, if the set up of that state is tricky or...