logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: HTTP design
Author
ragp12



Joined: 08 Nov 2006
Posts: 8

PostPosted: Mon 13 Nov '06 11:40    Post subject: HTTP design Reply with quote

hi all,
i have a project on HTTP /1.1 which at present it my support GET and POST method ,i have gone through the document RFC 2616 i have an over all idea of interaction between HTTP client and HTTP server , now my project leader has told me to thnk of design of data structure ,so can anyone help plz how the data structure for HTTP need to be.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 13 Nov '06 12:08    Post subject: Re: HTTP design Reply with quote

ragp12 wrote:
so can anyone help plz how the data structure for HTTP need to be.


Which structure? In HTML Code or where else? Ajax?
Back to top
ragp12



Joined: 08 Nov 2006
Posts: 8

PostPosted: Tue 14 Nov '06 6:24    Post subject: Re: HTTP design Reply with quote

James Blond wrote:
ragp12 wrote:
so can anyone help plz how the data structure for HTTP need to be.


Which structure? In HTML Code or where else? Ajax?


actually he has told design of data structure for both HTTP client and server in c code
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Tue 14 Nov '06 11:08    Post subject: Reply with quote

Read the RFC!
http://www.w3.org/Protocols/rfc2616/rfc2616.html

Note to other: also read it!
Back to top
ragp12



Joined: 08 Nov 2006
Posts: 8

PostPosted: Tue 14 Nov '06 13:07    Post subject: Reply with quote

Jorge wrote:
Read the RFC!
http://www.w3.org/Protocols/rfc2616/rfc2616.html

Note to other: also read it!



here the HTTP's function is to get a page from server
and if any modification is done then that will be processed at server and return response, there will be no gateway or proxies. i have an idea of connection establishment using socket programing and next i need to know wat comes next ,which all module need to be implemented i have an overall idea but i am not able to put it in a order .
Back to top


Reply to topic   Topic: HTTP design View previous topic :: View next topic
Post new topic   Forum Index -> Apache