Vladimir L.
Vladimir L.
Hi @carloshorn Thank you for your interest in request baskets service! I like the feature that you have described and it would fit to the service quite well including the...
This is a result of Go-lang `net/http` library behavior, see https://golang.org/src/net/http/request.go#L159 > // For incoming requests, the Host header is promoted to the > // Request.Host field and removed from...
that make sense 👍 do you have any hints on how to achieve that or any article that descries how to do it right with docker hub?
This make sense if combined with issue #24, there is already a structure to hold the `Response` defined in the API. The `Request` may optionally contain a `response` property then....
I guess its fine to encapsulate response in request, otherwise the API break should take place: I mean the external REST API
I had already such an idea in mind, especially after I have figured out that basket can be used to build a small web site, e.g.: - .../mybasket/index.html - .../mybasket/description.html...
Well, if use cases for Request Baskets are extended to use the service for REST API mocking, then of course, it make sense to provide more flexible ways to configure...
@SebastianStehle or simply import YAML to [Insomnia](https://github.com/getinsomnia/insomnia), BUT it does not replace the mentioned functionality from this issue at all! People, like me, may not have Postman around them. If...
I wonder if all that can be automated via GitHub actions and results are hosted on GitHub container registry. Unfortunately dont have time to look at it, but PR or...