[+] Create request configuration class
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
class RequestConfiguration:
|
||||
headers = []
|
||||
|
||||
def __init__(self, url, method="GET"):
|
||||
self.url = url
|
||||
self.method = method
|
||||
Reference in New Issue
Block a user