|
Smalltalk/X WebserverDocumentation of class 'Comanche::HttpFormDictionary': |
|
|
Class: HttpFormDictionary (in Comanche)Inheritance:Object | +--Collection | +--Set | +--Dictionary | +--Comanche::HttpFormDictionary
Description:
kom/4.12 (Comanche/4.12)
HttpFormDictionary (kom/4.10; bolot 6/22/2001 12:09)
- use this instead of plain Dictionary for GET and POST forms
- maintains multiple values for the same field
-- but is backwards compatible, #at: returns the first value (?)
-- so do #booleanAt:, #numberAt:
- to access the actual value at key, use #rawAt:
-- returns an OrderedCollection
TODO:
- file upload support
-- idea: first value is file name, second is FileStream?
Instance protocol:accessing
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 08:42:46 GMT
|