# Functions
BadResponse returns an object that's not a valid JSON response.
EchoJSON implements the echo procedure.
EchoRaw implements the echo/raw procedure.
Phone implements the phone procedure.
Sleep responds to json requests over any transport by sleeping for one second.
SleepRaw responds to raw requests over any transport by sleeping for one second.
Start starts the test server that clients will make requests to.
Stop stops running the RPC test subject.
UnexpectedError fails with an unexpected error.
WaitForTimeoutRaw waits after the context deadline then returns the context error.
# Structs
EchoProtobuf implements the Protobuf Echo service.
EchoThrift implements the Thrift Echo service.
HTTPTransport contains information about an HTTP transport.
PhoneRequest is a request to make another request to a different service.
PhoneResponse is the response of a Phone request.
TChannelTransport contains information about a TChannel transport.
TransportConfig contains the transport configuration for the phone request.