Skip to content

README code snippets not compiling #69

Closed
@ldewailly

Description

@ldewailly

A few of the code snippets provided in README.md are not quite correct. E.g.

var request = try HTTPClient.HTTPRequest(url: "https://swift.org", method: .POST)

should be

var request = try HTTPClient.Request(url: "https://swift.org", method: .POST)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions