<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.ethernut.de/nutwiki/index.php?action=history&amp;feed=atom&amp;title=Documents%2FuHTTP_Lib</id>
		<title>Documents/uHTTP Lib - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.ethernut.de/nutwiki/index.php?action=history&amp;feed=atom&amp;title=Documents%2FuHTTP_Lib"/>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=Documents/uHTTP_Lib&amp;action=history"/>
		<updated>2026-04-29T00:25:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://www.ethernut.de/nutwiki/index.php?title=Documents/uHTTP_Lib&amp;diff=360&amp;oldid=prev</id>
		<title>Harald: Created page with &quot;&lt;div id=&quot;content&quot;&gt;  = MicroHTTP Library =  Since its first public release, Nut/OS offers a HTTP library, which simplifies the development of embedded webserver applications....&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=Documents/uHTTP_Lib&amp;diff=360&amp;oldid=prev"/>
				<updated>2017-07-13T08:28:23Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;  = MicroHTTP Library =  Since its first public release, Nut/OS offers a HTTP library, which simplifies the development of embedded webserver applications....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= MicroHTTP Library =&lt;br /&gt;
&lt;br /&gt;
Since its first public release, Nut/OS offers a HTTP library, which simplifies the development of embedded webserver applications.&lt;br /&gt;
&lt;br /&gt;
The MicroHTTP library (uhttplib) has been introduced in Nut/OS 5.0 and will replace the original HTTPD library, which was the first HTTP support in Nut/OS. The problem with this early library is, that you cannot add new features without modifying the code in the source tree. The main feature of the new MicroHTTP library is, that new features can be added by application code, without the need to modify the original sources.&lt;br /&gt;
&lt;br /&gt;
Another great feature of the new library is, that it had been created for portability. The old library was done for Nut/OS exclusively. Porting it to another operating system wouldn't be trivial and, as far as I know, never had been done. The new MicroHTTP library had been developed on a Windows PC using Microsoft's Visual Studio and was later ported to Nut/OS. It is expected, that a port to Linux, and may be Mac OS X will follow. Beside porting the library to other embedded platforms, it is possible to develop and test web applications on a PC first, which is typically more convenient than uploading each modification to a target board for a test run.&lt;br /&gt;
&lt;br /&gt;
The bad news is, that the new library API is incompatible to the old one. Applications needs to be rewritten to make use of it.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
This document is divided into the following topics:&lt;br /&gt;
&lt;br /&gt;
[[Documents/uHTTP Lib Basic.html|Basic Functions]]&amp;lt;br /&amp;gt;&lt;br /&gt;
provides an overview of the application programming interface (API) of the MicroHTTP library.&lt;br /&gt;
&lt;br /&gt;
[[Documents/uHTTP Lib Forms|Common Gateway Interface]]&amp;lt;br /&amp;gt;&lt;br /&gt;
explains how to implement CGI functions.&lt;br /&gt;
&lt;br /&gt;
[[Documents/uHTTP Lib SSI|Server Side Includes]]&amp;lt;br /&amp;gt;&lt;br /&gt;
shows how to create dynamic web content with SSI.&lt;br /&gt;
&lt;br /&gt;
[[Documents/uHTTP Lib Auth|Basic Authentication]]&amp;lt;br /&amp;gt;&lt;br /&gt;
looks into access authentication capabilities.&lt;br /&gt;
&lt;br /&gt;
[[Documents/uHTTP Lib Uploads|File Upload]]&amp;lt;br /&amp;gt;&lt;br /&gt;
may, for example, allow users to upload new firmware versions.&lt;br /&gt;
&lt;br /&gt;
[[Documents/uHTTP Lib Ajax|Using Ajax]]&amp;lt;br /&amp;gt;&lt;br /&gt;
to exchange data between the webserver and the webbrowser in the background.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Harald</name></author>	</entry>

	</feed>