|
|
| __init__ (self, *args) |
| |
| | size (self) |
| |
| | at (self, i) |
| |
| | add (self, *args) |
| |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
A class used to pass HTTP headers as input of factories methods.
◆ add()
| iolink.iolink.HTTPHeaders.add |
( |
|
self, |
|
|
* |
args |
|
) |
| |
*Overload 1:*
Add a new entry in the header set.
|
*Overload 2:*
Add a new entry in the hedaer set by giving its name and value.
◆ at()
| iolink.iolink.HTTPHeaders.at |
( |
|
self, |
|
|
|
i |
|
) |
| |
Return the element at the given index.
◆ size()
| iolink.iolink.HTTPHeaders.size |
( |
|
self | ) |
|
Return the number of entries in this headers set.
The documentation for this class was generated from the following file:
- Release/python/iolink/iolink.py