forked from uriparser/uriparser.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (142 loc) · 6.04 KB
/
index.html
File metadata and controls
160 lines (142 loc) · 6.04 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
<!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="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<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
2018-08-18 —
uriparser 0.8.6
has been released
2018-02-07 —
uriparser 0.8.5
has been released
What is uriparser?
uriparser is a
strictly RFC 3986 compliant
URI parsing and handli">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2018-01-06T21:59:28Z">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<!-- Menubar -->
<nav class="navbar navbar-inverse navbar-static-top"><div class="container">
<!-- This keeps the margins nice -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://uriparser.github.io/">
<span id="blog-title">uriparser</span>
</a>
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse" id="bs-navbar" role="navigation" aria-expanded="false">
<ul class="nav navbar-nav">
<li>
<a href="https://github.com/uriparser/uriparser/releases">Download</a>
</li>
<li>
<a href="doc/api/latest/">API Documentation</a>
</li>
<li>
<a href="https://github.com/uriparser/uriparser">Git Repository</a>
</li>
<li>
<a href="doc/users/">Users</a>
</li>
<li>
<a href="https://github.com/uriparser/uriparser/issues">Report a Bug</a>
</li>
</ul>
<ul class="nav 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-->
<div class="row">
<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">
<div>
<h2>Latest News</h2>
<ul>
<li>2018-08-18 —
<a href="https://github.com/uriparser/uriparser/blob/uriparser-0.8.6/ChangeLog">uriparser 0.8.<strong>6</strong></a>
has been released</li>
<li>2018-02-07 —
<a href="https://github.com/uriparser/uriparser/blob/uriparser-0.8.5/ChangeLog">uriparser 0.8.<strong>5</strong></a>
has been released</li>
</ul>
<h2>What is uriparser?</h2>
<p>uriparser is a
strictly <a href="http://tools.ietf.org/html/rfc3986">RFC 3986</a> compliant
URI parsing and handling library
written in C.
uriparser is cross-platform,
fast,
supports Unicode, 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="http://tools.ietf.org/html/rfc3986">RFC 3986</a> (latest URI RFC on track STD 66 to date)<ul>
<li>Parsing</li>
<li>Reference resolution (<a href="http://tools.ietf.org/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="http://tools.ietf.org/html/rfc3986#section-5.3">section 5.3</a>, since version 0.4.0)</li>
<li>Syntax-based normalization (<a href="http://tools.ietf.org/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>Unicode support</li>
<li>No external dependencies</li>
<li>Extensive unit testing using <a href="http://cpptest.sourceforge.net/">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>
</div>
</article>
</div>
<!--End of body content-->
<footer id="footer">
Contents © 2018 <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>$('a.image-reference:not(.islink) img:not(.islink)').parent().colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script><!-- fancy dates --><script>
moment.locale("en");
fancydates(0, "YYYY-MM-DD HH:mm");
</script><!-- end fancy dates -->
</body>
</html>