Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- hilt
- Android
- Algorithm
- 코틀린
- ViewModel
- HTTP
- Behavior
- LiveData
- kotlin
- lifecycle
- Coroutine
- activity
- sqlite
- View
- recyclerview
- room
- CollapsingToolbarLayout
- 알림
- CoordinatorLayout
- 알고리즘
- DataBinding
- onMeasure
- notification
- 백준
- AppBarLayout
- Navigation
- onLayout
- BOJ
- CustomView
- 안드로이드
Archives
- Today
- Total
목록Options (1)
개발일지
CS in A..Z - HTTP Method
HTTP Method HTTP Method는 HTTP 통신할 때 사용하는 방법이라고 생각하면 된다. Method 종류는 GET, POST, HEAD, PUT, DELETE, OPTION, TRACE 등이 있으며 각 방법마다 특징과 용도가 다르다. GET과 POST만 사용하는 API 서버들도 많지만 Method의 의미를 파악하여 용도에 맞게 사용하는 것이 효율적이다. * HTTP 버전과 Spec에 따라 지원하는 Method 종류, Method 특징등이 다릅니다. 참고하시기 바랍니다. ex) HTTP 0.9에선 GET Method만 존재, RFC2616은 GET은 Body의 정보를 무시해야 한다고 나왔지만 RFC 7230 이후 해당 구문이 제거됐다. Safe - Method Content를 수정하지 않는 메..
Computer Science
2021. 10. 6. 11:30