Skip to content

Commit

Permalink
modules: readme files regenerated - modules ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Dec 21, 2020
1 parent 70aaf93 commit c671892
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/modules/http_client/README
Expand Up @@ -90,7 +90,7 @@ Hugh Waite

2. Developer Guide

1.
1. Introduction
2. Available Functions

2.1. int http_connect(msg, connection, url, result,
Expand Down Expand Up @@ -855,7 +855,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,
Expand All @@ -865,6 +865,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.

Expand Down
2 changes: 1 addition & 1 deletion src/modules/lost/README
Expand Up @@ -156,7 +156,7 @@ $var(err)");
xlog("L_INFO", "HELD locationRequest: Result code $var(res)\nUrl: $var(url)\n$va
r(pidf)");
...
$var(res) = lost_held_query("heldsrv", "$var(pidf)", "$var(url)"", "$var(err)");
$var(res) = lost_held_query("heldsrv", "$var(pidf)", "$var(url)", "$var(err)");
xlog("L_INFO", "HELD locationRequest: Result code $var(res)\nUrl: $var(url)\n$va
r(pidf)\n");
...
Expand Down

0 comments on commit c671892

Please sign in to comment.