I need help understanding what the final characters in django's development server output mean. Example:
[04/Jan/2011 12:24:16] "GET /polls/ HTTP/1.1" 200 216
What does 216 stand for?
Thanks!
I need help understanding what the final characters in django's development server output mean. Example:
[04/Jan/2011 12:24:16] "GET /polls/ HTTP/1.1" 200 216
What does 216 stand for?
Thanks!
Size of response. In bytes I guess.