According to this, a HTTP response's header is separated from the body using CRLFCRLF
.
However, reading through rfc9110, I did not find anything about that.
Where is it standardized that this should be the case?
If it is not, how is one supposed to extract the body of an entire HTTP response "safely"?