encode method
Implementation
void encode(KeyedArchive object) {
super.encode(object);
object.encode("contentType", contentType);
object.encodeObjectMap("headers", headers);
object.encode("allowReserved", _allowReserved);
object.encode("explode", _explode);
object.encode("style", style);
}