diff options
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/autogen/plugin_api/url_options.asciidoc | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/doc/ja/autogen/plugin_api/url_options.asciidoc b/doc/ja/autogen/plugin_api/url_options.asciidoc index 634211183..232cc1b81 100644 --- a/doc/ja/autogen/plugin_api/url_options.asciidoc +++ b/doc/ja/autogen/plugin_api/url_options.asciidoc @@ -42,14 +42,12 @@ | address_scope | long | -| protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher +| protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher, smb, smbs -| redir_protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher +| redir_protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher, smb, smbs | noproxy | string | -| socks5_gssapi_service | string | - | socks5_gssapi_nec | long | | tcp_keepalive | long | @@ -58,15 +56,27 @@ | tcp_keepintvl | long | +| unix_socket_path | string | + +| path_as_is | long | + +| proxy_service_name | string | + +| service_name | string | + +| default_protocol | string | + +| socks5_gssapi_service | string | + | netrc | long | ignored, optional, required | userpwd | string | | proxyuserpwd | string | -| httpauth | mask | none, basic, digest, gssnegotiate, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate +| httpauth | mask | none, basic, digest, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate -| proxyauth | mask | none, basic, digest, gssnegotiate, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate +| proxyauth | mask | none, basic, digest, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate | netrc_file | string | @@ -116,7 +126,7 @@ | cookiejar | string | -| http_version | long | none, 1_0, 1_1 +| http_version | long | none, 1_0, 1_1, 2_0, 2, 2tls | cookiesession | long | @@ -144,6 +154,10 @@ | headeropt | mask | unified, separate +| pipewait | long | + +| stream_weight | long | + | mail_from | string | | mail_auth | string | @@ -302,12 +316,18 @@ | gssapi_delegation | long | none, policy_flag, flag -| ssl_options | long | allow_beast +| ssl_options | long | allow_beast, no_revoke | ssl_enable_alpn | long | | ssl_enable_npn | long | +| pinnedpublickey | string | + +| ssl_verifystatus | long | + +| ssl_falsestart | long | + | ssh_auth_types | mask | none, policy_flag, flag | ssh_public_keyfile | string | |