A different approach to building a request object. Instead of object literals, we can use this builder object to contruct a request in stages. Modifications are immutable. A new instance of the RequestBuilder is returned in each case.
Generated using TypeDoc
A different approach to building a request object. Instead of object literals, we can use this builder object to contruct a request in stages. Modifications are immutable. A new instance of the RequestBuilder is returned in each case.