benben

Results 2 issues of benben

**Describe the bug** I faced a minor problem when I used it. API's JSON response can't used in API's JSON request.It's improtent for some P2P communicate Server. **To Reproduce** Steps...

stale

I faced a minor problem when I used it. for examlpe: ```api type request { Bytes []byte `json:"bytes"` Name string `json:"name"` } type response {} service template { @handler postDataTest...