Handbook
Glossary
content-type<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
content-type<<
( value object -- )
Methods
USING:
accessors
kernel
slots
slots.private
smtp
strings
;
M:
email
content-type<<
[
dup
string?
[
\
string
bad-slot-value
]
unless
]
dip
7
set-slot
;
inline
USING:
accessors
imap
slots.private
;
M:
parsed-email
content-type<<
8
set-slot
;
inline
USING:
accessors
http
slots.private
;
M:
post-data
content-type<<
4
set-slot
;
inline
USING:
accessors
http
slots.private
;
M:
response
content-type<<
7
set-slot
;
inline