Packages

A library for creating LTI 1.3 Tools in Gleam

Current section

Files

Jump to
lightbulb include lightbulb@providers@http_provider_HttpProvider.hrl
Raw

include/lightbulb@providers@http_provider_HttpProvider.hrl

-record(http_provider, {
send :: fun((gleam@http@request:request(binary())) -> {ok,
gleam@http@response:response(binary())} |
{error, binary()})
}).