diff options
author | Péter Dimitrov <[email protected]> | 2019-04-18 14:51:50 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2019-04-18 14:51:50 +0200 |
commit | 94254dfffa9cb4b53a95873e1fbbbce4ce7049ce (patch) | |
tree | fc4e264ef457c503cd9ea152301ca84a962122d1 /lib/ssl/doc | |
parent | de9126d6cb258bb6c0ed085e2c7d95a5a54482a7 (diff) | |
download | otp-94254dfffa9cb4b53a95873e1fbbbce4ce7049ce.tar.gz otp-94254dfffa9cb4b53a95873e1fbbbce4ce7049ce.tar.bz2 otp-94254dfffa9cb4b53a95873e1fbbbce4ce7049ce.zip |
ssl: Add type specs for http_packet()
Change-Id: I07231ceab14d49c740967a0edfc9494328b96a62
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 69ab522da6..422bd6a19d 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -264,6 +264,46 @@ <name name="reason"/> </datatype> + <datatype> + <name name="http_packet"/> + </datatype> + + <datatype> + <name name="http_request"/> + </datatype> + + <datatype> + <name name="http_response"/> + </datatype> + + <datatype> + <name name="http_header"/> + </datatype> + + <datatype> + <name name="http_error"/> + </datatype> + + <datatype> + <name name="http_method"/> + </datatype> + + <datatype> + <name name="http_uri"/> + </datatype> + + <datatype> + <name name="http_version"/> + </datatype> + + <datatype> + <name name="http_field"/> + </datatype> + + <datatype> + <name name="http_string"/> + </datatype> + <datatype_title>TLS/DTLS OPTION DESCRIPTIONS - COMMON for SERVER and CLIENT</datatype_title> <datatype> |