Liking cljdoc? Tell your friends :D

hara.platform.mail.interop.header


read-headerclj

(read-header header)

converts a Header object into a pair

(read-header (Header. "Hello" "World")) => ["Hello" "World"]

converts a Header object into a pair

(read-header (Header. "Hello" "World"))
=> ["Hello" "World"]
raw docstring

write-headerclj

(write-header [name value])

converts pair of strings into a Header object

(write-header ["Hello" "World"]) ;q=> #header["Hello" "World"]

converts pair of strings into a Header object

(write-header ["Hello" "World"])
;q=> #header["Hello" "World"]
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close