srngch / ngin-xs

Extra small NGINX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement DELETE method

hhkim0729 opened this issue · comments

  • DELETE 메소드 구현

기존 웹서버의 구현 방식

  • rfc9110는 DELETE의 구현 방식을 명확하게 정의하고 있지 않음
  • nginx의 경우, PUT과 DELETE를 limit_except 지시어를 사용하여 allowed method로 지정 하더라도 405를 반환함. 디스크의 파일과 디렉토리에 대해 삭제 동작을 정의하고 싶다면 webDAV 모듈을 사용하도록 하고 있음

ngin-xs의 구현 방식

  • 노션 참고