Http POST Method

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pntkiran
    New Member
    • Jun 2007
    • 16

    #1

    Http POST Method

    Hi all,
    I am implementing a http client in c++. I want to write a method to send the POST request to server. How will i do that?
    what is the format for the request to server send by POST method?
    what is the format for the response from server for the POST method?
    What is the basic difference in the methods PUT and POST while sending the message body in http request?

    Please explain with a psuedo code.

    Thanxs.

    Kiran Parmar
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Everything is answered in this document.

    Comment

    Working...