示例#1
0
 /**
  * Sets the {@code "Expect: 100-continue"} header to the specified message. If there is any
  * existing {@code "Expect"} header, they are replaced with the new one.
  */
 public static void set100ContinueExpected(HttpMessage message) {
   set100ContinueExpected(message, true);
 }