Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
http_
Derived Type
MIT
9 statements
Source File
HTTPClass.f90
HTTPCLass
http_
Contents
Variables
body
token
channel
url
Type-Bound Procedures
post
get
type, public :: http_
Contents
Variables
body
token
channel
url
Type-Bound Procedures
post
get
Components
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"
Type-Bound Procedures
procedure, public ::
post
=>
posthttp
public subroutine
posthttp
(obj)
Arguments
Type
Intent
Optional
Attributes
Name
class(
http_
),
intent(in)
::
obj
procedure, public ::
get
=>
gethttp
public subroutine
gethttp
(obj)
Arguments
Type
Intent
Optional
Attributes
Name
class(
http_
),
intent(in)
::
obj