HTTP-4000年2月1日: A library for client-side HTTP

Portabilitynon-portable (not tested)
Stabilityexperimental
MaintainerSigbjorn Finne <sigbjorn.finne@gmail.com>

Network.HTTP.Cookie

Description

This module provides the data types and functions for working with HTTP cookies. Right now, it contains mostly functionality needed by Network.Browser.

Documentation

data Cookie Source

Cookie is the Haskell representation of HTTP cookie values. See its relevant specs for authoritative details.

Constructors

Instances

cookieMatch :: (String, String) -> Cookie -> Bool Source

cookieMatch (domain,path) ck performs the standard cookie match wrt the given domain and path.

cookiesToHeader :: [Cookie] -> Header Source

cookieToHeaders ck serialises Cookies to an HTTP request header.

processCookieHeaders :: String -> [Header] -> ([String], [Cookie])Source

processCookieHeaders dom hdrs

AltStyle によって変換されたページ (->オリジナル) /