Version: 5.3

HTTP

This libary provides support for HTTP 1.0 and 1.1 connections, as well as for headers used in HTTP requests and responses.

    1 Request

      1.1 Why not just use net/url?

      1.2 Connections and requests

      1.3 Reading response headers

      1.4 Reading response entities

        1.4.1 Building blocks

        1.4.2 Conveniences

      1.5 call/input-url style

      1.6 net/url impure port style

      1.7 Date string conversion

    2 Head

      2.1 Supplements to net/head

      2.2 Heads as a dict

    3 License