smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This commit is contained in:
Nicolas Petton 2009-06-21 09:12:12 +00:00
parent d206882818
commit 8c9f2638c4
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ I am a server independent http request object.'>
decodeAuthorization: aString [
<category: 'private'>
^Support base64Decode: (aString findTokens: ' ') last
^Support base64Decode: (aString tokenize: ' ') last
]
setMethod: methodString url: urlString headers: headDict fields: fieldDict cookies: cookieDict [