Bradleycorn
05/02/2024, 4:22 PMHttpRequestBuilder
to build a request, is there any way to set some “metadata” on the request? Maybe the attribiutes
property?
What do I mean by “metadata”? I’m looking to set some data (key/value pair) on a request, that’s not actually sent along with the request (so, not a header, or query param, etc). A use case might be a custom HttpClient plugin that needs to do different things for different kinds of requests. Or using the Auth plugin’s sendWithoutRequest
method to include bearer tokens on some requests automatically.e5l
05/03/2024, 5:23 AM