Skip to content
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

[Request feature] Support result response is JSON #20

Open
xluffy opened this issue Jan 16, 2017 · 1 comment
Open

[Request feature] Support result response is JSON #20

xluffy opened this issue Jan 16, 2017 · 1 comment

Comments

@xluffy
Copy link

xluffy commented Jan 16, 2017

Hi

Thanks for creating the awesome module. It's helped me so much for graceful restart backend instance behind nginx. I think it's become greater if it's supported parse result response to JSON format like that.

{
	"upstream": [{
		"server": "127.0.0.1:6001",
		"weight": 1,
		"max_fails": 1,
		"fail_timeout": 10
	}, {
		"server": "127.0.0.1:6002",
		"weight": 1,
		"max_fails": 1,
		"fail_timeout": 10
	}, {
		"server": "127.0.0.1:6003",
		"weight": 1,
		"max_fails": 1,
		"fail_timeout": 10
	}]
}

Do you have plan support JSON format?

@xluffy xluffy changed the title Support result response is JSON [Request feature] Support result response is JSON Jan 16, 2017
@xleliberty
Copy link

Hi
i think it could be a really nice addition too. @ #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants