Re: Dev Server Response

2019-02-14 Thread Karen Tracey
On Thu, Feb 14, 2019 at 8:12 PM wrote: > Maybe a dumb question, but I can't find it anywhere in the documentation. > I'm running an API with the development server and get a response from it > in the console like: > > [14/Feb/2019 15:45:11] "GET /api/v1/msgs HTTP/1.1" 200 405 > > 200 OK is the st

Dev Server Response

2019-02-14 Thread jason . cumiskey
Maybe a dumb question, but I can't find it anywhere in the documentation. I'm running an API with the development server and get a response from it in the console like: [14/Feb/2019 15:45:11] "GET /api/v1/msgs HTTP/1.1" 200 405 200 OK is the status code, what is the 405? I'll wager it's the RTT