obrok / futile

lightweight functional/blackbox/acceptance testing package for web pages
8 stars 0 forks source link

Request headers #3

Open michalbugno opened 15 years ago

michalbugno commented 15 years ago

Some neat implementation of request headers like user-agent and such to mimic certain browsers. This includes coding some kind of configuration, like

app.browser = :firefox3
michalbugno commented 14 years ago

Basic functionality is implemented, some interactive headers are needed now (based on response headers we might need to set some request headers) and more clients predefined.

michalbugno commented 14 years ago

I'm marking it as 'Test&Comment', setting/resetting headers is supported, when other issues occur (as mentioned above) we'll create the ticket.

Gzip compression is supported (came out as we were sending accept-encoding = "gzip" :)