mirage / ocaml-cohttp

An OCaml library for HTTP clients and servers using Lwt or Async

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cohttp-eio(client) : Content-Length must be provided in POST request

bikallem opened this issue · comments

According to RFC https://www.rfc-editor.org/rfc/rfc7230#section-3.3.2, Content-Length header must be provided on POST requests by user-agents(clients)