HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file ws.forms.Encoder by barry
expand copy to clipboardexpand
uses ws.FormParser

data EncodedForm {
	char contentType[]
	byte payload[]
	}

/*
 {"description" : "Interface for pluggable HTTP web form encodings."}
*/

interface Encoder {
	
	/*
	 {"@description" : "Encode the given form."}
	*/
	EncodedForm encode(FormData form)
	
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n ws.forms.Encoder -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation