Difference between Parameters and HTTP headers -


i'm wondering if can explain me difference between passing values in http request parameters or headers in example :

http request :

get /<api version>/<account> http/1.1 

host: storage.swiftdrive.com
x-auth-token: eaaafd18-0fed-4b3a-81b4-663c99ec1cbb

http response

http/1.1 200 ok 

date: thu, 07 jun 2010 18:57:07 gmt
server: apache
content-type: text/plain; charset=utf-8
content-length: 32

is host, x-auth-tiken in request, , date, server, content-type, content-length on response parameters or http headers if use them in 'curl' request ?

i'm working on tool in weach must specify if these values parameters or request headers, , don't how do.

thank's


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -