package icapclient var ( registeredMethods = map[string]bool{ MethodOPTIONS: true, MethodRESPMOD: true, MethodREQMOD: true, } )