Skip to content

main page typo #97

@sorokin

Description

@sorokin

main page of cpp-netlib (http://cpp-netlib.github.com/) has 2 typos:

client::response response_ = client_.get(request);

should be replaced with

client::response response_ = client_.get(request_);

and

std::string body = body(response_);

should be replaced with

std::string body_ = body(response_);

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