#include "_doctype.html"
<html>
<head> <title>Add a new protocol to curl</title>
#include "css.t"
</head>

#define DEVEL_NEW_PROTOCOL
#define CURL_URL dev/new-protocol.html

#include "_menu.html"
#include "setup.t"

WHERE2(Development, "/dev/", new protocol)

<div class="relatedbox">
<b>Related:</b>
<br><a href="/https/raw.githubusercontent.com/libcurl/abi.html">ABI</a>
<br><a href="code-style.html">Code style</a>
<br><a href="contribute.html">Contribute</a>
<br><a href="/https/raw.githubusercontent.com/mail/">Mailing Lists</a>
<br><a href="internals.html">Internals</a>
</div>

#include "new-protocol.gen"
#include "_footer.html"

</body>
</html>