httpcomponents-client/httpclient5
Arturo Bernal 83e0339d27 HTTPCLIENT-2293 - Implement RFC-compliant TRACE request interceptor (#486)
- Add RequestTraceInterceptor class to handle HTTP TRACE requests in compliance with RFC 7231, Section 4.3.8.
  - Throw ProtocolException for sensitive headers like 'Authorization' and 'Cookie' in TRACE requests.
  - Throw ProtocolException if TRACE request contains a body.
2023-12-13 11:54:45 +01:00
..
src HTTPCLIENT-2293 - Implement RFC-compliant TRACE request interceptor (#486) 2023-12-13 11:54:45 +01:00
pom.xml Upgraded project version to 5.4-alpha1 2023-12-13 11:54:30 +01:00