-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature suggestion: reflect request #2
Comments
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. |
I'd think it good enough to return the request as a well formatted text in a legal response (akin indeed to logging it to a text file and the serving that text file). Just a thought |
Sounds interesting, I like it! |
v1.0.4
|
My first night making any time for this project in many months. Sorry I haven't been back sooner. But Tonight I gave this a spin, and imagine my surprise to see you're up to v6! No luck immediately, though. But till report in another issue as I suspect I have a noob problem, |
isn't httpbin already satisfying these purposes? |
I came across this as a testing tool. It's nice, thanks. Another testing desire I have occasionally is to run an on line webserver temporarily that just responds with a complete and reliable description of the request it received. A request mirror. To test both the construction of and transport of requests I guess. Wonder if this is a nice tool to add that to, or if another exists that I've not found.
The text was updated successfully, but these errors were encountered: