zeroslope

Results 4 comments of zeroslope

I want to try. Please assign it to me.

I have some initial thoughts. 1. distinguish the returned format by the request header being `Accept: application/json` or `Accept: application/csv`. 2. only HttpRecordsOutput (SELECT statement) supports CSV format, other statements...

@sunng87 Thanks for your reply. Having combined your suggestions, the resulting solution is as follows. For the format of the return value. 1. first use query param "format=", optional values...

@sunng87 After attempts, I don't think this issue is suitable as the first issue. Serializing the result to csv is not difficult in itself. But the original design is all...