Hmm, how would you prefer to convert an HTTP request into a CSV row for logging to .csv? How would you embed the headers into the CSV?
#csv #http
as a \r\n deliminated String
32.1%
as CSV embedded in CSV
21.4%
as JSON embedded in CSV
42.9%
omit the headers
3.6%
Poll ended at .
@postmodern I think I’d just want the row of data; and assume I’d told it what column/position in the request
@drnic this is for storing arbitrary HTTP requests (method, path, version, headers, body) as CSV.