I have a draft PR of a commit set that adds about ...
# development
h
I have a draft PR of a commit set that adds about the most basic possible notion of a HTTP intrinsic to the engine: https://github.com/pantsbuild/pants/pull/8834 , curious for people's thoughts on this
w
i continue to be uncomfortable with the idea.
h
what is an alternative for rules that need to make API requests?
For example, would an EPR that calls
curl
be OK? Because I see this as basically that but more performant.
w
Create a pex and isolate this logic there.
(is an alternative: not an imperative)
h
Not sure I understand how that is better