class Hoss::Event::Request

Attributes

body[RW]
headers[RW]
method[RW]
received_at[RW]
url[RW]

Public Class Methods

new() click to toggle source
# File lib/hoss/event.rb, line 32
def initialize
  @headers = {}
end