Return the content-length of the request, or nil no content-length is set.
Source
(defncontent-length"Return the content-length of the request, or nil no content-length is set."{:added"1.3"}[request](if-let[^String length(get-inrequest[:headers"content-length"])](Long.length)))