소스 검색

modules: readme files regenerated - http_client ... [skip ci]

Kamailio Dev 4 년 전
부모
커밋
797db215d4
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/modules/http_client/README

+ 4 - 2
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.