uber-node / tcurl

A command line utility to talk to tchannel servers
MIT License
36 stars 7 forks source link

Support pre-flight idl fetch #10

Open Raynos opened 9 years ago

Raynos commented 9 years ago

When the --thrift flag is set, tcurl should make an as=raw call request for thrift_idl_v1 on the service name specified.

It should use the arg3 raw response as the thrift IDL ( response will be utf8 ).

It should then make the real request.

See #9