View Source Flowy.Support.Http.FinchClient (Flowy v0.1.1)

This module defines the behaviour for HTTP clients.

Summary

Functions

Makes an HTTP request using Finch.

Types

Functions

@spec request(request()) :: {:error, any()} | {:ok, response()}

Makes an HTTP request using Finch.