Procs
proc getHeaders(ctx: Context; key: string): seq[string] {....raises: [KeyError], tags: [], forbids: [].}
- Returns all values for a header. Use this if the request contains multiple headers with the same key. Returns empty if header doesn't exist Source Edit
proc httpMethod(ctx: Context): HttpMethod {....raises: [], tags: [], forbids: [].}
- Source Edit