HTTPEndpoint retrieves the current HTTP endpoint used by the protocol stack.
()
| 557 | |
| 558 | // HTTPEndpoint retrieves the current HTTP endpoint used by the protocol stack. |
| 559 | func (n *Node) HTTPEndpoint() string { |
| 560 | return n.httpEndpoint |
| 561 | } |
| 562 | |
| 563 | // WSEndpoint retrieves the current WS endpoint used by the protocol stack. |
| 564 | func (n *Node) WSEndpoint() string { |