Skip to content

Commit ee87489

Browse files
committed
bug fix mediaType
1 parent 9415f91 commit ee87489

File tree

1 file changed

+4
-0
lines changed
  • bus-core/src/main/java/org/aoju/bus/core/lang

1 file changed

+4
-0
lines changed

bus-core/src/main/java/org/aoju/bus/core/lang/Header.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,5 +269,9 @@ public class Header {
269269
* The header Sec-WebSocket-Version
270270
*/
271271
public static final String STRICT_TRANSPORT_SECURITY = "Strict-Transport-Security";
272+
/**
273+
* The header SOAPAction
274+
*/
275+
public static final String SOAPACTION = "SOAPAction";
272276

273277
}

0 commit comments

Comments
 (0)