| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Proxy is a structural design pattern that lets you provide a substitute or placeholder for another object. A proxy controls access to the original object, allowing you to perform something either before or after the request gets through to the original object.
Proxy is applicable whenever there is a need for a more versatile or sophisticated reference to an object than a simple pointer.Here are several common situations in which the Proxy pattern is applicable:
| Back | FazBrowse Home | New Git URL |