-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (146 loc) · 6.53 KB
/
index.html
File metadata and controls
165 lines (146 loc) · 6.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#
" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome to uriparser! | uriparser</title>
<link href="assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="canonical" href="https://uriparser.github.io/">
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]--><meta name="author" content="Sebastian Pipping">
<meta property="og:site_name" content="uriparser">
<meta property="og:title" content="Welcome to uriparser!">
<meta property="og:url" content="https://uriparser.github.io/">
<meta property="og:description" content="Latest News
2025-12-15 —
uriparser 1.0.0
has been released, includes security fixes
2025-09-03 —
uriparser 0.9.9
has been released
2024-05-05 —
uriparser 0.9.8
has been released, includes">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2025-12-16T00:17:00-01:00">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<!-- Menubar -->
<nav class="navbar navbar-expand-md static-top mb-4
navbar-dark
bg-dark
"><div class="container">
<!-- This keeps the margins nice -->
<a class="navbar-brand" href=".">
<span id="blog-title">uriparser</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="bs-navbar">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a href="https://github.com/uriparser/uriparser/releases" class="nav-link">Download</a>
</li>
<li class="nav-item">
<a href="doc/api/latest/" class="nav-link">API Documentation</a>
</li>
<li class="nav-item">
<a href="https://github.com/uriparser/uriparser" class="nav-link">Git Repository</a>
</li>
<li class="nav-item">
<a href="doc/users/" class="nav-link">Users</a>
</li>
<li class="nav-item">
<a href="https://github.com/uriparser/uriparser/issues" class="nav-link">Report a Bug</a>
</li>
</ul>
<ul class="navbar-nav navbar-right"></ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav><!-- End of Menubar --><div class="container" id="content" role="main">
<div class="body-content">
<!--Body content-->
<article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="." class="u-url">Welcome to uriparser!</a></h1>
</header><div class="e-content entry-content" itemprop="articleBody text">
<h2>Latest News</h2>
<ul>
<li>2025-12-15 —
<a href="https://github.com/uriparser/uriparser/blob/uriparser-1.0.0/ChangeLog">uriparser <strong>1</strong>.0.0</a>
has been released, includes <strong>security fixes</strong>
</li>
<li>2025-09-03 —
<a href="https://github.com/uriparser/uriparser/blob/uriparser-0.9.9/ChangeLog">uriparser 0.9.<strong>9</strong></a>
has been released</li>
<li>2024-05-05 —
<a href="https://github.com/uriparser/uriparser/blob/uriparser-0.9.8/ChangeLog">uriparser 0.9.<strong>8</strong></a>
has been released, includes <strong>security fixes</strong>
</li>
<li>2022-10-05 —
<a href="https://github.com/uriparser/uriparser/blob/uriparser-0.9.7/ChangeLog">uriparser 0.9.<strong>7</strong></a>
has been released</li>
<li>2022-01-06 —
<a href="https://github.com/uriparser/uriparser/blob/uriparser-0.9.6/ChangeLog">uriparser 0.9.<strong>6</strong></a>
has been released, includes <strong>security fixes</strong>
</li>
<li>…</li>
</ul>
<h2>What is uriparser?</h2>
<p>uriparser is a
strictly <a href="https://datatracker.ietf.org/doc/html/rfc3986">RFC 3986</a> compliant
URI parsing and handling library
written in C99.
uriparser is cross-platform,
fast,
supports both <code>char</code> and <code>wchar_t</code> strings, and
is licensed under the <a href="https://github.com/uriparser/uriparser/blob/master/COPYING">New BSD license</a>.</p>
<p>There are a number of <a href="doc/users/">applications, libraries and hardware using uriparser</a>,
as well as <a href="doc/bindings/">bindings and 3rd-party wrappers</a>.
uriparser is <a href="doc/packages/">packaged in major distributions</a>.</p>
<p>Please continue with:</p>
<ul>
<li><a href="doc/api/latest/">API Documentation</a></li>
</ul>
<p>If you have found a bug,
please <a href="https://github.com/uriparser/uriparser/issues">report it</a>
so it gets fixed.
Thank you!</p>
<p>Sebastian Pipping</p>
<h2>Features</h2>
<ul>
<li>Cross-platform (Unix, Windows, Mac OS X, ...)</li>
<li>Strictly compliant to <a href="https://datatracker.ietf.org/doc/html/rfc3986">RFC 3986</a> (latest URI RFC on track STD 66 to date)<ul>
<li>Parsing</li>
<li>Reference resolution (<a href="https://datatracker.ietf.org/doc/html/rfc3986#section-5.2">section 5.2</a>, since version 0.4.0)</li>
<li>Reference creation (since version 0.5.2)</li>
<li>Recomposition (<a href="https://datatracker.ietf.org/doc/html/rfc3986#section-5.3">section 5.3</a>, since version 0.4.0)</li>
<li>Syntax-based normalization (<a href="https://datatracker.ietf.org/doc/html/rfc3986#section-6.2.2">section 6.2.2</a>, since version 0.5.0)</li>
</ul>
</li>
<li>Fast (linear input length time complexity)</li>
<li>Support for both <code>char</code> and <code>wchar_t</code> strings</li>
<li>No external dependencies</li>
<li>Extensive unit testing using <a href="https://cpptest.sourceforge.io/">CppTest</a>
</li>
<li>Liberal license (<a href="https://github.com/uriparser/uriparser/blob/master/COPYING">New BSD license</a>)</li>
</ul>
<h2>Dependencies</h2>
<p>None</p>
</div>
</article><!--End of body content--><footer id="footer">
Contents © 2025 <a href="mailto:sebastian@pipping.org">Sebastian Pipping</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
</footer>
</div>
</div>
<script src="assets/js/all-nocdn.js"></script><script>
baguetteBox.run('div#content', {
ignoreClass: 'islink',
captions: function(element){var i=element.getElementsByTagName('img')[0];return i===undefined?'':i.alt;}});
</script>
</body>
</html>