Marak / webservice.js

## Project deprecated, Use flatiron/restful instead
252 stars 24 forks source link

getting http request object #23

Closed vannyn closed 13 years ago

vannyn commented 13 years ago

It's possible to retrieve the http request object (for saving session variables using express)?

Marak commented 13 years ago

Yes, try dumping this.request or something. Just inspect the objects, you'll find it.