Branch :
%HTTP.Request{method: GET,
body: void,
url: "/",
protocol: "HTTP/1.1",
client_addr: "",
headers: [],
cookies: [],
params: %{}}
%HTTP.Response{protocol: "HTTP/1.1",
code: (U16) 200,
message: "OK",
headers: [{"Content-Type", "text/html"},
{"Content-Length", "7"}],
body: "Hello !"}