Yaws / Post arguments

Claes Wikstrom klacke@REDACTED
Tue Aug 16 14:56:45 CEST 2005


Dale Harvey wrote:

> 
> http:request(post,{"http://blehbleh", [] , "text/plain", "key1" }. [] , []).
>  
> gives me [("key1",undefined}] from yaws_api:parse_post
> 
> but no luck on adding a value, or extra vars
> 

A good idea in this sort of situation is to start yaws as:

# yaws -i -t -x

That way you'll see exactly what yaws gets.

-i - intaractive mode
-t - traffic trace mode
-x - write to stdout as well


/klacke



More information about the erlang-questions mailing list