Next: XML, Previous: JSON, Up: MIME [Contents]
GNU Artanis intergrated the third-party module guile-csv. You may use #:mime method to handle CSV:
(get "/csv" #:mime 'csv (lambda (rc) (:mime rc '(("a" "1") ("b" "2")))))