strawberry.channels.ChannelsRequest
Constructor:
Signature:
def __init__(self, consumer: ChannelsConsumer, body: bytes) -> None:  ...Parameters:
-  
consumer:- Type
 -  
ChannelsConsumer 
 -  
body:- Type
 -  
bytes 
 
Attributes:
-  
consumer:- Type
 -  
ChannelsConsumer 
 -  
body:- Type
 -  
bytes 
 -  
query_params:- Type
 -  
QueryParams 
 -  
headers:- Type
 -  
Mapping[str, str] 
 -  
method:- Type
 -  
HTTPMethod 
 -  
content_type:- Type
 -  
str | None 
 -  
form_data:- Type
 -  
FormData