Create a functional HTTP/1.0 server.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rasheed

    #1

    Create a functional HTTP/1.0 server.

    Hi All,
    i have to Create a functional HTTP/1.0 server. Server will be
    hosting files which on request by client should be transferred to
    them.

    so can any body tell me how to start this.


    i did some R & D on Winhttp functionality.


    ms-help://MS.MSDNQTR.v80. en/MS.MSDN.v80/MS.WIN32COM.v10 .en/winhttp/
    http/winhttpreceiver esponse.htm


    but it seems like a perticular URL checking.


    but i have to create a HTTP Server and server will be hosting files
    which on request by client should be transferred to
    them. so can any body help me out.


    regards,
    RS
  • Jim Langston

    #2
    Re: Create a functional HTTP/1.0 server.

    "Rasheed" <sk.rasheedfarh an@gmail.comwro te in message
    news:a9548cf9-a80e-4aa1-89e1-1083149bcab9@d4 g2000prg.google groups.com...
    Hi All,
    i have to Create a functional HTTP/1.0 server. Server will be
    hosting files which on request by client should be transferred to
    them.
    >
    so can any body tell me how to start this.
    >
    >
    i did some R & D on Winhttp functionality.
    >
    >
    ms-help://MS.MSDNQTR.v80. en/MS.MSDN.v80/MS.WIN32COM.v10 .en/winhttp/
    http/winhttpreceiver esponse.htm
    >
    >
    but it seems like a perticular URL checking.
    >
    >
    but i have to create a HTTP Server and server will be hosting files
    which on request by client should be transferred to
    them. so can any body help me out.
    Umm.. why don't you just download apache and use that? Or download apache
    source code, compile and use that?


    Comment

    • GArlington

      #3
      Re: Create a functional HTTP/1.0 server.

      On Dec 6, 12:16 pm, Rasheed <sk.rasheedfar. ..@gmail.comwro te:
      Hi All,
      i have to Create a functional HTTP/1.0 server. Server will be
      hosting files which on request by client should be transferred to
      them.
      >
      so can any body tell me how to start this.
      >
      i did some R & D on Winhttp functionality.
      >
      ms-help://MS.MSDNQTR.v80. en/MS.MSDN.v80/MS.WIN32COM.v10 .en/winhttp/
      http/winhttpreceiver esponse.htm
      >
      but it seems like a perticular URL checking.
      >
      but i have to create a HTTP Server and server will be hosting files
      which on request by client should be transferred to
      them. so can any body help me out.
      >
      regards,
      RS
      Homework?
      Does it have to be written in C++ on Win?

      Comment

      Working...