Packages
caldav_gleam
1.0.0
A lightweight Gleam CalDAV client library for discovery, calendars, and events.
Current section
Files
Jump to
Current section
Files
include/caldav@internal@http_HttpResponse.hrl
-record(http_response, {
status :: integer(),
headers :: list({binary(), binary()}),
body :: binary()
}).