Skip to content

MrJulusOldRepository/WebyRequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Weby Request

With Weby Request, you can make web requests more easily.

Requirement

  • Python

Differents requests

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

Utilisation

Download WebyRequest

  https://firebasestorage.googleapis.com/v0/b/blonality.appspot.com/o/WebyRequest.py?alt=media&token=bf1f4e27-4310-4d06-a20d-df16cd44500a

Command

  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

Author

  • Weby Request 2024 © copyright Weby Request and Mr_Julus, all rights reserved

Weby Request - last update : 15.08.2024 --- Weby Request 1.0.075

About

With Weby Request, you can make web request more easily !

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published