Skip to content

Latest commit

 

History

History

request_tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

request_tools

When using a Raspberry Pi Pico W (or any MicroPython board) as a web server, you'll injest incoming traffic as an array of bytes. After converting these bytes to a string value (decoding), you can pass this request string into this class and this class will parse the request into it's various compontns (verb, headers, body).