With Weby Request, you can make web requests more easily.
- Python
Type = GET
Location = /api/users
Version = HTTP/1.1
Host = www.example.com
Result = /path/to/result/users.json
Type = POST
Location = /api/posts
Version = HTTP/1.1
Host = www.example.com
Result = /path/to/result/posts.json
Content-Type = application/json
Content = {"title": "New Post", "content": "This is the content of the new post."}
Type = PUT
Location = /api/users/123
Version = HTTP/1.1
Host = www.example.com
Result = /path/to/result/update.json
Content-Type = application/json
Content = {"name": "Updated User"}
Type = DELETE
Location = /api/comments/456
Version = HTTP/1.1
Host = www.example.com
Result = /path/to/result/delete.json
Type = HEAD
Location = /api/products/789
Version = HTTP/1.1
Host = www.example.com
Result = /path/to/result/head.json
Type = OPTIONS
Location = /api/options
Version = HTTP/1.1
Host = www.example.com
Result = /path/to/result/options.json https://firebasestorage.googleapis.com/v0/b/blonality.appspot.com/o/WebyRequest.py?alt=media&token=bf1f4e27-4310-4d06-a20d-df16cd44500a
MacOS and Linux:
- python3 path/to/your/WebyRequest.py path=/path/to/your/request.wr
Window:
- python path\to\your\WebyRequest.py path=/path/to/your/request.wr
or
- C:\path\to\python3.exe path\to\your\WebyRequest.py path=/path/to/your/request.wr
- Weby Request 2024 © copyright Weby Request and Mr_Julus, all rights reserved
Weby Request - last update : 15.08.2024 --- Weby Request 1.0.075