Which of the following statements are true about application protocols?
a) Unlike REST, SOAP is not a protocol, but instead more of an architectural style of API programming
b) TLS uses asymmetric (private/public keys) encryption to encrypt the entire payload of all the traffic
c) Each version of HTTP (1.1, 2.0, 3.0, etc.) provides for the same HTTP request methods and response codes
d) In-browser developer tools have an advantage over Fiddler and Wireshark because they process information post-decryption