# RequestsHTML

Subclass of [**Executable**](https://utca.knowledgator.com/core/executable). Type of [**Executable**](https://utca.knowledgator.com/core/executable)**\[**[**Web2MeaningInput**](#web2meaninginput)**,** [**Web2MeaningOutput**](#web2meaningoutput)**]**

## Module: [implementation](https://utca.knowledgator.com/framework-structure#implementation).schemas

## Methods and properties

Main methods and properties

***

### <mark style="color:blue;">\_\_init\_\_</mark>

#### Arguments:

* <mark style="color:orange;">**js\_rendering**</mark>**&#x20;(bool, optional):** Specifies whether the page should be rendered. Defaults to False.
* <mark style="color:orange;">**input\_class**</mark>**&#x20;(Type\[**[**RequestsHTMLInput**](#requestshtmlinput)**], optional):** Class for input validation. Defaults to [**RequestsHTMLInput**](#requestshtmlinput)**.**
* <mark style="color:orange;">**output\_class**</mark>**&#x20;(Type\[**[**RequestsHTMLOutput**](#requestshtmloutput)**], optional):** Class for output validation. Defaults to [**RequestsHTMLOutput**](#requestshtmloutput)**.**
* <mark style="color:orange;">**name**</mark>**&#x20;(Optional\[str], optional):** Name for identification. If equals to None, class name will be used. Defaults to None.

***

***

***

## <mark style="color:green;">RequestsHTML</mark><mark style="color:green;">**Input**</mark>

Subclass of [**IOModel**](https://utca.knowledgator.com/core/schemas#iomodel)**.**

***

### <mark style="color:blue;">\_\_init\_\_</mark>

#### Arguments:

* <mark style="color:orange;">**url**</mark>**&#x20;(str):** The URL of the page to be processed.

***

***

***

## <mark style="color:green;">RequestsHTML</mark><mark style="color:green;">**Output**</mark>

Subclass of [**IOModel**](https://utca.knowledgator.com/core/schemas#iomodel)**.**

***

### <mark style="color:blue;">\_\_init\_\_</mark>

#### Arguments:

* <mark style="color:orange;">**text**</mark>**&#x20;(str):** Text from page.
* <mark style="color:orange;">**links**</mark>**&#x20;(List\[str]):** Links from page.
