blob: 38f9a011adc078dd11b2c942978663583a26bf45 [file] [log] [blame] [view]
<link rel="stylesheet" href="../style.css" />
[TOC]
# fuchsia.url
<div class="fidl-version-div"><span class="fidl-attribute fidl-version">Added: 7</span></div>
## **CONSTANTS**
<table>
<tr><th>Name</th><th>Value</th><th>Type</th><th>Description</th></tr>
<tr id="MAX_URL_LENGTH">
<td><a href="https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.url/url.fidl;l=10">MAX_URL_LENGTH</a></td>
<td>
<code>4096</code>
</td>
<td><code>uint32</code></td>
<td><p>There is no maximum URL length defined by RFC 3986, but this length should
be long enough to accommodate most non-data: URLs.</p>
</td>
</tr>
</table>
## **TYPE ALIASES**
<table>
<tr><th>Name</th><th>Value</th><th>Description</th></tr>
<tr id="Url">
<td><a href="https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.url/url.fidl;l=13">Url</a></td>
<td>
<code>string</code>[<code><a class='link' href='#MAX_URL_LENGTH'>MAX_URL_LENGTH</a></code>]</td>
<td><p>A URL is used to reference a resource from a specified network location.</p>
</td>
</tr>
</table>