In http requests, the third step is to send the request header, and the fourth step is the server responds. Why is there no step to send the request body?
During HTTP communication, the request body is optional.
In http requests, the third step is to send the request header, and the fourth step is the server responds. Why is there no step to send the request body?
During HTTP communication, the request body is optional.