[REBOL] HTTP basic auth - object? Re:(2)

2000-01-27 Thread ingo
Hi Andrew, Those were the words of [EMAIL PROTECTED]: Hi, Porter. You wrote: ... You can shorten the appends by using compose, e.g. REBOL [] Scheme!: make object! [ scheme: word! user: string! pass: string! host: [tuple! url!] path: file! Block: function

[REBOL] HTTP basic auth - object? Re:(2)

2000-01-26 Thread icimjs
Hi Porter: I wrote: get_vals: func [] [ make block! reduce [ to-lit-word! protocol username password hostaddr filepath ] ] Should be: get_vals: func [] [ make block! reduce [ to-lit-word protocol username password