xnbox
xnbox
Currently, I use Ant as a build tool. See: build.xml But I plan to adapt the build process also to Ivy and/or Maven. It would be great if you could...
A server response that completely reflects the request will be rejected by any HTTP client, because the first line of the request and response are different. For example, the first...
Sounds interesting, I like it! I put it on my TODO list. Thank you!
### v1.0.4 - I have added a printout of live request/response pairs to the console (can be disabled with the --no-log switch) - In addition, I added live query/response pairs...
Hello @Mikail1010, Thank you for your interest! I may have misunderstood you, but http://localhost:8080/api already contains OpenAPI documentation. Or did you mean something else? Thank you.
Hi, '.'-separator separates the body of the request/response from everything else (we have to somehow determine where the body ends). If there is no comment '.'-separator does not have to...
Hi Martin, thanks for the thoughtful code reading and your advice! You're certainly right, doDbRequest is too complex and performs several functions at once, which is not good. The same...
Interesting idea! Put it on my TODO list Thank you!
I totally agree and will try to simplify the build process. Thank you!