Module ocs_rest_res_http

This library module implements resource handling functions for a REST server in the ocs application.

Copyright © 2017 - 2026 SigScale Global Inc.

Description

This library module implements resource handling functions for a REST server in the ocs application.

Function Index

content_types_accepted/0Provides list of resource representations accepted.
content_types_provided/0Provides list of resource representations available.
get_http/0Body producing function for GET /ocs/v1/log/http requests.

Function Details

content_types_accepted/0

content_types_accepted() -> ContentTypes

Provides list of resource representations accepted.

content_types_provided/0

content_types_provided() -> ContentTypes

Provides list of resource representations available.

get_http/0

get_http() -> Result

Body producing function for GET /ocs/v1/log/http requests.


Generated by EDoc