Class: Hyde::Handlers::POST

Inherits:
GET show all
Defined in:
lib/hyde/probe/http_method.rb

Overview

Probe that executes callback on a POST

Constant Summary collapse

METHOD =
"POST"

Instance Attribute Summary

Attributes inherited from Handler

#request, #response

Attributes inherited from Probe

#properties

Attributes inherited from Node

#remap, #root

Method Summary

Methods inherited from GET

#process

Methods inherited from Handler

#initialize, #process

Methods inherited from Probe

#initialize, #process

Methods inherited from Node

#go, #initialize, #process, #reject

Constructor Details

This class inherits a constructor from Hyde::Handlers::Handler