Can non .NET clients leverage request batching? i.e. construct a payload that can be sent to an endpoint that would process the batch? Is this documented anywhere?
Yes they can send a Request[]
serialized DTO to the /json/reply/Request[]
endpoint: http://docs.servicestack.net/auto-batched-requests#request-execution-flow
1 Like