cookiejar

HTTP Cookies for Nim.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License Apache-2.0
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install cookiejar
choosenim install cookiejar
git clone https://github.com/planety/cookiejar

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
cookiejar - - - - - - -

Source

Repository https://github.com/planety/cookiejar
Homepage https://github.com/planety/cookiejar
Registry Source nimble_official

README

cookiejar

HTTP Cookies for Nim. This module provides the Cookie type, which directly maps to Set-Cookie HTTP response headers, and the CookieJar type which contains many cookies.

Overview

Cookie type is used to generate Set-Cookie HTTP response headers. Server sends Set-Cookie HTTP response headers to the user agent. So the user agent can send them back to the server later.

CookieJar contains many cookies from the user agent.

Usage

import cookiejar