View/Edit #81:Content-Type:

Switch to edit mode.

Name(s): Content-Type:
1:  "I care."
2:  try
3:    {ct, @extra} = $string_utils:explode(argstr, ";")
4:    this.content_type = $string_utils:trim(ct)
5:    while (extra)
6:      values = $string_utils:explode($string_utils:trim(extra[1]), "=")
7:      if (length(values) == 2)
8:        if (values[1] == "boundary")
9:          this.multipart_boundary = values[2]
10:       endif
11:     endif
12:     extra = extra[2..$]
13:     if ($cmd_utils:running_out_of_time())
14:       return
15:     endif
16:   endwhile
17: except e (ANY)
18:   #7407:tell(toliteral({verb, e}))
19: endtry
20: "Last modified by Cecil (#7407) on Tue Apr  1 23:40:19 2003 MST."

Verb arguments: any any any
Verb perms: Readable NOT-Debug
Verb owned by: Cecil (#7407)

You are not logged in.

[home | help | who | search | setup | code]