object
s3_headersï
Helpers for extracting S3 response metadata from normalized HTTP responses.
Availability:
logtalk_load(s3(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-07-09
Compilation flags:
static, context_switching_callsUses:
Remarks:
(none)
Inherited public predicates:
(none)
Public predicatesï
response_properties/2ï
Collects status and response headers into a stable property list.
Compilation flags:
staticTemplate:
response_properties(Response,Properties)Mode and number of proofs:
response_properties(+compound,-list(compound)) - one_or_errorExceptions:
Response is not a normalized HTTP response term:domain_error(http_response,Response)header_value/3ï
Enumerates response header values by normalized header name.
Compilation flags:
staticTemplate:
header_value(Response,Name,Value)Mode and number of proofs:
header_value(+compound,+atom,-term) - zero_or_moreExceptions:
Response is not a normalized HTTP response term:domain_error(http_response,Response)Protected predicatesï
(no local declarations; see entity ancestors if any)
Private predicatesï
(no local declarations; see entity ancestors if any)
Operatorsï
(none)