Is it a bug that http4k doesn't send content-type ...
# http4k
r
Is it a bug that http4k doesn't send content-type form when I use
form
on the request?
a
Are you using the
Request.form
helper, or the
Body.webForm
lens? I'm not 100% sure, but I would only expect the latter to add the content-type.
d
The form method doesn't set the content type as it's a low level operation on request. The higher level operation is done through the link Andrew sent above 🙃