hash(into:)

    Hashes the HTTPBody instance by combining its object identifier into the provided hasher.

    HTTPBody.swift:227
    func hash(into hasher: inout Hasher)

    Parameters

    hasher

    The hasher used to combine the hash value.

    Other members in extension

    Types

    • struct Iterator

      An async iterator of both input async sequences and of the body itself.

    • enum Length

      Describes the total length of the body, in bytes, if known.

    Typealiases

    Type members

    Instance members