Http Protokolü
HTTP Nedir?
Hyper Text Transfer Protocol
HTTP Metotları (CRUD)
HTTP GET -> READ
HTTP POST -> CREATE
HTTP PUT -> UPDATE
HTTP DELETE -> DELETE
HTTP Responses
HTTP/1.1 200 OK -> Durum Satırı
Date: Wed, 12 May 2021 15:44:04 GMT
Server: Apache/2.2.3 (CentOS)
Content-Type: text/html
(Response Body..)
HTTP Durum Kodları
200: OK
401: Unauthorized
403: Forbidden
404: Not Found
500: Internal Server Error
Kaynak : Patika.dev, kodluyoruz.org, cihancalli.com.tr
Http Protokolü