mirror of https://github.com/caronc/apprise
Updated URLBasics (markdown)
parent
854d1e7ec1
commit
9b00d5bf1d
|
@ -24,4 +24,5 @@ Additional parameters always start after the first question mark (**?**) defined
|
|||
| format | This parameter can be set to either `text`, `html`, or `markdown`. Some services support the ability to post content by several different means. The default of this varies (it can be one of the 3 mentioned at any time depending on which service you choose). You can optionally force this setting to stray from the defaults if you wish. If the service doesn't support different types of transmission formats, then this field is ignored.
|
||||
| verify | External requests made to secure locations (such as through the use of `https`) will have certificates associated with them. By default, Apprise will verify that these certificates are valid; if they are not then no notification will be sent to the source. In some occasions, a user might not have a certificate authority to verify the key against or they trust the source; in this case you will want to set this flag to `no`. By default it is set to `yes`.
|
||||
| cto | This stands for Socket Connect Timeout. This is the number of seconds Requests will wait for your client to establish a connection to a remote machine (corresponding to the _connect()_) call on the socket. The default value is 4.0 seconds.
|
||||
| rto | This stands for Socket Read Timeout. This is the number of seconds the client will wait for the server to send a response. The default value is 4.0 seconds.
|
||||
| rto | This stands for Socket Read Timeout. This is the number of seconds the client will wait for the server to send a response. The default value is 4.0 seconds.
|
||||
| emojis | Enable Emoji support (such as providing `:+1:` would translate to :+1: ). By default this is set to `no`. <br/>**Note:** Depending on server side settings, the administrator has the power to disable emoji support at a global level; but default this is not the case.
|
Loading…
Reference in New Issue