Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTTP PUT method structure example

Tags:

http

I learn about HTTP and need some examples of HTTP PUT method structure, something like this one for HTTP POST method

alt text

Can you tell me some, thanks!

like image 566
Truong Ha Avatar asked Jul 30 '10 16:07

Truong Ha


1 Answers

I think the best examples you're going to get are real world examples. Download LiveHTTPHeaders for Firefox and start recording some of your own traffic to somewhere you know you post data to. You'll have an endless amount of data to look over that way.

like image 54
sholsapp Avatar answered Nov 06 '22 14:11

sholsapp