As part of putting together a request to a Web Service, I'm perfectly willing to modify the headers in the request to carry some data rather than put that data in the body of the request. There is a ...
Most protocols use layered architectures to some degree, layers that you can manipulate to achieve your optimal design. Optimizing the placement of these layers, you can achieve efficient code ...