core/form

    Dark Mode
Search:
Group by:

Funcs

func parseFormPart(body, contentType: string): FormPart {...}{.
    raises: [ValueError, KeyError], tags: [].}
Parses form part of the body of the request.   Source Edit
func parseFormParams(request: var Request; contentType: string) {...}{.
    raises: [CgiError, KeyError, ValueError], tags: [].}
Parses get or post or query parameters.   Source Edit