Edit

kc3-lang/kc3/test/http/07_client_server.out.expected

Branch :

  • test/http/07_client_server.out.expected
  • %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 !"}