Required Files
Methods
Public Instance methods
get(*args)
    # File lib/raw/adapter/script.rb, line 80
80: def get(*args)
81:   $srv.get(*args)
82: end
post(*args)
    # File lib/raw/adapter/script.rb, line 84
84: def post(*args)
85:   $srv.post(*args)
86: end
response()
    # File lib/raw/adapter/script.rb, line 88
88: def response
89:   $srv.response
90: end