[Seaside-dev] WAKom and PUT requests

Philippe Marschall philippe.marschall at gmail.com
Mon Oct 1 17:10:52 UTC 2007


Hi

When doing the Swazoo 2 sever adapter I stumbeled over this code:

aKomRequest method = 'PUT' ifTrue: [
	request fields
		at: 'PUTData'
		put: (aKomRequest stream next: aKomRequest contentLength) ].

Can someone explain this to me. Do we make PUT requests somewhere?

Cheers
Philippe


More information about the seaside-dev mailing list