Skip to content

uri_builder.hpp: 'set_authority' was not declared in this scope #30

Closed
@hansmaad

Description

@hansmaad
{
    network::uri_builder builder;
    builder.authority("host.com:80");
}


..cpp-netlib/uri/src/network/uri/uri_builder.hpp:134: error: 
'set_authority' was not declared in this scope

There is an authority() interface but no set_authority in uri_builder.
Solution: write an authority parser or remove the authority interface.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions