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