ACM Home Page
Please provide us with feedback. Feedback
Digital Library logoTake a look at the new version of this page: [ beta version ]. Tell us what you think.
Client-server HTTP communications made easy
Full text PdfPdf (552 KB)
Source
ACM SIGAPL APL Quote Quad archive
Volume 35 ,  Issue 4  (December 2007) table of contents
Pages: 15-20  
Year of Publication: 2007
ISSN:0163-6006
Author
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 11,   Downloads (12 Months): 56,   Citation Count: 0
Additional Information:

abstract   references   index terms   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/1354923.1354925
What is a DOI?

ABSTRACT

This article covers the problem of making client requests to Web servers over HTTP. More specifically, this article addresses two interrelated problems, sending data to a Web server using the POST method and processing the request with a CGI script at the server side. The purpose of this work is to provide a basis for understanding how these tasks can be performed in APL. While the proposed solutions are of a general form, the discussion is oriented around working examples, instead of simply providing reference material.

The APL code discussed in the article uses a number of .Net libraries that greatly assist the task of programming and do most of the drudgery work for us, hence the name of the article.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
Hypertext Transfer Protocol. HTTP/1.1, http://www.faqs.org/rfcs/rfc2616.html
 
2
 
3
Microsoft .NET Framework documentation.
 
4