Hunchentoot is great product, but it is too huge as a Web server. It has also useful utility. Though I don't like to Clack depends on Hunchentoot. So, I had decided to port needed utilities in Hunchentoot to this package.
From such details, only these function and variables, in this file, under BSD-style license, same as Hunchentoot's one.
Thanks Edi!
Given a pathname designator PATHSPEC returns the MIME type (as a string) corresponding to the suffix of the file denoted by PATHSPEC (or NIL).
Creates an alist of POST parameters from the stream STREAM which is supposed to be of content type 'multipart/form-data'.
Decodes a URL-encoded STRING which is assumed to be encoded using the external format EXTERNAL-FORMAT.
URL-encodes a string using the external format EXTERNAL-FORMAT.