net-athttpd.html
来自「ecos3.0 beta 的官方文档,html格式」· HTML 代码 · 共 260 行
HTML
260 行
<!-- Copyright (C) 2009 Free Software Foundation, Inc. -->
<!-- This material may be distributed only subject to the terms -->
<!-- and conditions set forth in the Open Publication License, v1.0 -->
<!-- or later (the latest version is presently available at -->
<!-- http://www.opencontent.org/openpub/). -->
<!-- Distribution of the work or derivative of the work in any -->
<!-- standard (paper) book form is prohibited unless prior -->
<!-- permission is obtained from the copyright holder. -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>The ATHTTP Server</TITLE
><meta name="MSSmartTagsPreventParsing" content="TRUE">
<META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="eCos Reference Manual"
HREF="ecos-ref.html"><LINK
REL="UP"
TITLE="Another Tiny HTTP Server for eCos"
HREF="athttpd.html"><LINK
REL="PREVIOUS"
TITLE="Another Tiny HTTP Server for eCos"
HREF="athttpd.html"><LINK
REL="NEXT"
TITLE="Starting the server"
HREF="athttpd-using.html"></HEAD
><BODY
CLASS="CHAPTER"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>eCos Reference Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="athttpd.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="athttpd-using.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="NET-ATHTTPD"
></A
>Chapter 65. The ATHTTP Server</H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
><A
HREF="net-athttpd.html#ATHTTPD-FEATURES"
>Features</A
></DT
><DT
><A
HREF="athttpd-using.html"
>Starting the server</A
></DT
><DT
><A
HREF="athttpd-mime-types.html"
>MIME types</A
></DT
><DT
><A
HREF="athttpd-callback.html"
>C language callback functions</A
></DT
><DT
><A
HREF="athttpd-cgi.html"
>CGI</A
></DT
><DT
><A
HREF="athttpd-authentication.html"
>Authentication</A
></DT
><DT
><A
HREF="athttpd-dirlist.html"
>Directory Listing</A
></DT
><DT
><A
HREF="athttpd-formvars.html"
>Form Variables</A
></DT
><DT
><A
HREF="athttpd-ires.html"
>Internal Resources</A
></DT
></DL
></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="ATHTTPD-FEATURES"
>Features</A
></H1
><P
>This ATHTTP implementation provides the following features:</P
><P
></P
><UL
><LI
><P
>GET, POST and HEAD Methods</P
></LI
><LI
><P
>File system Access</P
></LI
><LI
><P
>Callbacks to C functions</P
></LI
><LI
><P
>MIME type support</P
></LI
><LI
><P
>CGI mechanism through the OBJLOADER package or through a
simple tcl interpreter</P
></LI
><LI
><P
>Basic and Digest (MD5) Authentication</P
></LI
><LI
><P
>Directory Listing</P
></LI
><LI
><P
>Extendable Internal Resources</P
></LI
></UL
><P
>Ecos tables are used extensively throught the server to provide a high degree
of customization.</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="athttpd.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ecos-ref.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="athttpd-using.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Another Tiny HTTP Server for <SPAN
CLASS="PRODUCTNAME"
>eCos</SPAN
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="athttpd.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Starting the server</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?