Charles Proxy

Definition:

An object or variable that temporarily holds data from one context, passing that data to another part of the code without exposing private instance variables.

Related Terms:

  • Delegation
  • MVC pattern
  • Passthrough
  • Spring dependency injection
  • Interface