Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

ikskuh/zig-uri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zig URI Parser

A small URI parser that parses URIs after RFC3986.

NOTICE: THIS LIBRARY IS DEPRECATED!
This library is now part of zig std library, available as std.Uri since 87b2234.

Usage Example

var link = try uri.parse("https://github.com/MasterQ32/zig-uri");
// link.scheme == "https"
// link.host   == "github.com"
// link.path   == "/MasterQ32/zig-uri"

About

A small URI parser that parses URIs after RFC3986

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •