Previous: XML, Up: MIME [Contents]
You can use SXML to replace XML for exchanging data format. This way saves some bandwidth.
(get "/sxml" #:mime 'sxml (lambda (rc) (:mime rc '((a 1) (b 2)))))