- writer/internal* path #!optional name (headers '())procedure
- writer/internal path #!optional name (headers '())procedure
These are used internally by most writer/* procedures. They may be useful to define your own writers when those already available don't suit your needs.
For more details, see the documentation for with-input-from-request and call-with-input-request of the http-client egg. path corresponds to file, name to filename, and headers to headers.
If name is provided it will be URI-encoded.
writer/internal* is to writer/internal what writer/file* is to writer/file.