You can do this with header field groups. Ex:
header-field-group GET-METHOD
header-field GET request-line contain "GET"
header-field-group POST-METHOD
header-field POST request-line contain "POST"
Then just add to your content rules with the 'header-field-rule' command.
~Zach