Author |
|
ragp12
Joined: 08 Nov 2006 Posts: 8
|
Posted: Mon 13 Nov '06 11:40 Post subject: HTTP design |
|
|
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: 7373 Location: Germany, Next to Hamburg
|
Posted: Mon 13 Nov '06 12:08 Post subject: Re: HTTP design |
|
|
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
|
Posted: Tue 14 Nov '06 6:24 Post subject: Re: HTTP design |
|
|
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
|
|
Back to top |
|
ragp12
Joined: 08 Nov 2006 Posts: 8
|
Posted: Tue 14 Nov '06 13:07 Post subject: |
|
|
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 |
|