GNUnet 0.21.1
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)
 
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__() [1/2]

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

◆ __init__() [2/2]

Member Function Documentation

◆ process_link() [1/2]

◆ process_link() [2/2]

Field Documentation

◆ method


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