GNUnet  0.20.0
httpdomain.httpdomain.HTTPXRefRole Class Reference
Inheritance diagram for httpdomain.httpdomain.HTTPXRefRole:
[legend]
Collaboration diagram for httpdomain.httpdomain.HTTPXRefRole:
[legend]

Public Member Functions

def __init__ (self, method, **kwargs)
 
def process_link (self, env, refnode, has_explicit_title, title, target)
 

Data Fields

 method
 

Detailed Description

Definition at line 404 of file httpdomain.py.

Constructor & Destructor Documentation

◆ __init__()

def httpdomain.httpdomain.HTTPXRefRole.__init__ (   self,
  method,
**  kwargs 
)

Definition at line 406 of file httpdomain.py.

406  def __init__(self, method, **kwargs):
407  XRefRole.__init__(self, **kwargs)
408  self.method = method
409 

Member Function Documentation

◆ process_link()

def httpdomain.httpdomain.HTTPXRefRole.process_link (   self,
  env,
  refnode,
  has_explicit_title,
  title,
  target 
)

Field Documentation

◆ method


The documentation for this class was generated from the following file: