简体   繁体   中英

How to start webrick server in verbose mode for a rails app to see the HTTP request/response header on console?

I am developing an API for one of my android app in rails. I am trying to keep the user session active through the cookies what warden/devise has already implemented for it, through out the all subsequent request.

Thanks in advance.

for thin server : thin start -V

BTW, we can get it with thin --help

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM