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

support dubbo-curl to send dubbo requests quickly #38

Open
ztelur opened this issue Feb 11, 2022 · 0 comments
Open

support dubbo-curl to send dubbo requests quickly #38

ztelur opened this issue Feb 11, 2022 · 0 comments
Assignees
Labels
feature-request help wanted Extra attention is needed

Comments

@ztelur
Copy link

ztelur commented Feb 11, 2022

We need a curl-like tool to send dubbo requests quickly which can be used in dubbo api test.

the cmd may be like.

dubbo-curl -X POST 'http://localhost:8883/UserService/com.dubbogo.pixiu.UserService/GetUserByName'  \
-d '{"types":"string","values":"tc"}' \
-H 'Content-Type: application/json'  \
-H 'x-dubbo-http1.1-dubbo-version':'1.0.0' \ 
-H 'x-dubbo-service-protocol':"dubbo"  \
-H 'x-dubbo-service-version':'1.0.0'  \
-H 'x-dubbo-service-group':'test'

@ztelur ztelur added feature-request help wanted Extra attention is needed labels Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants