Return the content-type of the request, or nil if no content-type is set.
Source
(defncontent-type"Return the content-type of the request, or nil if no content-type is set."{:added"1.3"}[request](if-let[type(get-inrequest[:headers"content-type"])](second(re-find #"^(.*?)(?:;|$)" type))))