vlwkaos' digital garden

HTTP

개발 분야와 상관없이 개발자라면 HTTP에 대해 잘 아는 것이 중요하다. 매우 오래된 규약이라 나름 잘 다듬어졌다고도 할 수 있지만 가끔 이상한 경우도 많다고 한다. 엄청 유용하지만 아무도 몰라서 안쓰는 기능도있고, 너무 많은 서비스가 의존하기 때문에 남겨둔 레거시 기능도 많고. 아무튼 잘 알아두면 좋을 듯.

HTTP status: 200: OK 201: Oh new stuff 304: Oh god it’s the cache 401: fuck off 404: oh god it’s DNS 422: No one knows what this is but everyone uses it 500: I’m not ok (I promise) 502: not my fault, the cloud is hard 200 but with an error: you’re using GraphQL aren’t you

Referred in

HTTP