enygma / frisk

An automated front-end unit testing testing tool written in PHP designed to mimic web requests and evaluate the response
http://testwithfrisk.com
14 stars 0 forks source link

Be able to pass in custom HTTP headers #4

Closed enygma closed 13 years ago

enygma commented 13 years ago

Along with the script and POST data you might send to the server, allow them to push some custom HTTP headers in to there....

enygma commented 13 years ago

This has been added on ActionGet and ActionPost with the possible array input value (see wiki)