Documentation

Hale.WaiExtra.Network.Wai.Parse

@[reducible, inline]

A parsed form parameter (name, value).

Equations
Instances For

    A parsed file upload.

    Instances For

      Backend for handling file uploads.

      Instances For

        Parse URL-encoded form body (application/x-www-form-urlencoded). $$\text{parseUrlEncoded} : \text{String} \to \text{List Param}$$

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Parse request body parameters. For URL-encoded bodies, parses directly. Returns (params, files). $$\text{parseRequestBody} : \text{Request} \to \text{IO (List Param × List (String × FileInfo))}$$

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For