Sept. 20, 2011
10:46 a.m.
Hi, ZnHTTPSocketFacade seems to be a cool class but why, in many methods, some arguments are ignored. For example, ZnHTTPSocketFacade class>>#get:accept: can receive an argument for specify the MIME type of the data accepted. But, the code of the method is : httpGet: url accept: mimeType ^ self httpGet: url args: nil accept: '*/*' The value of mimeType is always replace by '*/*'. I don't think that it's logical O^O Someone has an explanation for this behavior ? Best regards Olivier ;-) www.auverlot.fr