summaryrefslogtreecommitdiff
path: root/module/utils/http.mdwn
blob: 16b8cbc5f17b1a35fa1d2ddfcfbd9f4c1bd032cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[[!meta title="Module:utils/http"]]
[[!meta author="James Bursa"]]
[[!meta date="2011-01-09T22:37:40Z"]]


[[!toc]] HTTP header parsing
functions.

Prefix
------

`http_`

Depends on
----------

-   [[Module:utils/errors|module/utils/errors]]

Description
-----------

This module contains functions to assist with parsing certain types of
HTTP headers.

Files
-----

utils/http.h
:   Interface
utils/http.c
:   Implementation

[[!inline raw=yes pages="Module:Index"]]