Module: kamailio Branch: master Commit: 797db215d4a71723012b4a6e2ce54ccf55dbcedd URL: https://github.com/kamailio/kamailio/commit/797db215d4a71723012b4a6e2ce54ccf...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2020-12-18T08:31:24+01:00
modules: readme files regenerated - http_client ... [skip ci]
---
Modified: src/modules/http_client/README
---
Diff: https://github.com/kamailio/kamailio/commit/797db215d4a71723012b4a6e2ce54ccf... Patch: https://github.com/kamailio/kamailio/commit/797db215d4a71723012b4a6e2ce54ccf...
---
diff --git a/src/modules/http_client/README b/src/modules/http_client/README index 623d873204..6724cc5716 100644 --- a/src/modules/http_client/README +++ b/src/modules/http_client/README @@ -91,7 +91,7 @@ Hugh Waite
2. Developer Guide
- 1. + 1. Introduction 2. Available Functions
2.1. int http_connect(msg, connection, url, result, @@ -872,7 +872,7 @@ Chapter 2. Developer Guide
Table of Contents
- 1. + 1. Introduction 2. Available Functions
2.1. int http_connect(msg, connection, url, result, content_type, @@ -882,6 +882,8 @@ Chapter 2. Developer Guide 2.3. int http_query(msg, url, dest, post) 2.4. http_get_content_type(str connection)
+1. Introduction + This module provides a set of API functions that other modules can use in order to integrate with HTTP services.