Procs
proc parseFormPart(body, contentType: string): FormPart {...}{.inline, raises: [ValueError, KeyError], tags: [].}
- Source Edit
proc parseFormParams(request: var Request; contentType: string) {...}{. raises: [CgiError, KeyError, ValueError], tags: [].}
- Source Edit