httpcomponents-client/httpclient5/src
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
..
main HTTPCLIENT-2293 - Implement RFC-compliant TRACE request interceptor (#486) 2023-12-13 11:54:45 +01:00
test HTTPCLIENT-2293 - Implement RFC-compliant TRACE request interceptor (#486) 2023-12-13 11:54:45 +01:00