This module is for HTTP connections. It just calls CURL.
A class for creating HTTP connection.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=1000), | public | :: | body | = | "Hello!" | ||
character(len=1000), | public | :: | token | = | "your_access_token" | ||
character(len=100), | public | :: | channel | = | "your_channel" | ||
character(len=1000), | public | :: | url | = | "url" |
procedure, public :: post => posthttp | ../../../ HTTP POST |
procedure, public :: get => gethttp | ../../../ HTTP GET |