Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はプログラミング初心者で、最近 Python + Django をインストールし、非常に小さな Web アプリを作成しました。すべて正常に動作しますが、サーバーにリクエストを送信した後、Eclipse のコンソールで HTTP ステータス コードの後に表示される 4 桁について困惑しています。
例: [2013/08/27 22:53:32] "GET / HTTP/1.1" 200 1305
ここと他のすべてのリクエストで 1305 は何を表していますか?