Here is the source, anyway:
>> probe second get in header-rules 'parse-head
[
head-list: make block! 10
if not parse/all data [header content] [
net-error "header not correctly parsed"
]
make either parent [parent] [object!] head-list
]
Anton.
> Can anyone point me to usage documentation for 'parse-header? Using 'help,
> I get the following, but I'm still not sure what 'parse-header is
> used for?
> (I'm trying to digest mime-model.r and it uses 'parse-header)
>
>
> >> help parse-header
> USAGE:
> PARSE-HEADER parent data
>
> DESCRIPTION:
> Returns a header object with header fields and their values
> PARSE-HEADER is a function value.
>
> ARGUMENTS:
> parent -- Default header object (Type: object none)
> data -- String to parse (Type: any-string)
>
>
> Thanks.
>
> Ryan C. Christiansen
> Web Developer
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.