Skip to content
Snippets Groups Projects
Commit 3e39da59 authored by Alex Rickabaugh's avatar Alex Rickabaugh Committed by Jessica Janiuk
Browse files

feat(common): introduce experimental `httpResource` (#59876)

`httpResource` is a new frontend to the `HttpClient` infrastructure. It
declares a dependency on an HTTP endpoint. The request to be made can be
reactive, updating in response to signals for the URL, method, or otherwise.
The response is returned as an instance of `HttpResource`, a
`WritableResource` with some additional signals which represent parts of the
HTTP response metadata (status, headers, etc).

PR Close #59876
parent 538c4d4c
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment