Hermes.HTTP (hermes_mcp v0.9.0)

HTTP utilities.

Summary

Functions

build(method, url, headers \\ %{}, body \\ nil, opts \\ [])

follow_redirect(request, attempts \\ 3)

post(url, headers \\ %{}, body \\ nil)

Performs a POST request to the given URL.