fn resolve(Base: Uri, R: Uri, strict: bool, arena: std.mem.Allocator) !Uri

Resolves a URI against a base URI, conforming to RFC 3986, Section 5. arena owns any memory allocated by this function.

Parameters

Base: Uri,
R: Uri,
strict: bool,
arena: std.mem.Allocator,