dreamhead / moco

Easy Setup Stub Server
MIT License
4.36k stars 1.08k forks source link

post error #264

Closed suxuliaoyuan closed 4 years ago

suxuliaoyuan commented 4 years ago

image image image I don't know where is the error?

dreamhead commented 4 years ago

It works for x-www-form-urlencoded. I'll try to figure out what's wrong for form-data.

dreamhead commented 4 years ago

It works for form-data as well for the latest codebase. Maybe it related to Netty implementation since I've already upgraded Netty to latest version in codebase.

Try to build your own Moco

./gradlew proguard

And the latest Moco will be found in moco-runner/build/libs/moco-runner-<version>-standalone.jar

suxuliaoyuan commented 4 years ago

Thank you very much for your help!!!