API DOCSProfessional Web Services Documentation
[UNDER CONSTRUCTION - New CGI Documentation Coming Soon!]
Welcome to API DocsAPI Docs is the UK's premier provider of comprehensive web services documentation and technical specifications. Since 1996, we have been helping developers and systems administrators understand complex API protocols. Our mission is to provide clear, accurate, and accessible technical documentation for the modern web. Featured Services
Technical ResourcesDownload our latest documentation packages:
Code ExamplesBasic HTTP GET Request:
GET /index.html HTTP/1.0
Host: www.example.com
User-Agent: Mozilla/4.0
Connection: close
Simple CGI Script (Perl):
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "<h1>Hello World</h1>\n";
About API DocsFounded in 1996, API Docs provides technical documentation and training materials for developers working with web protocols and CGI programming. We maintain comprehensive reference materials for HTTP, SMTP, FTP, and emerging XML standards. Our documentation is trusted by universities, ISPs, and development agencies across the UK. Useful LinksVisitor Counter: Last updated: June 1997 by James Best viewed in Netscape Navigator 4.0 at 800x600 resolution |