Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Postman is a program used for creating and sending HTTP requests as well as receiving responses.

Windows notes: none
Linux notes: requires "libgconf-2-4"

HTTP methods: GET, PUT, POST, DELTE, HEAD, ...
Requests must have a HTTP method and a URL and may have parameters.

Requests can be saved and grouped into Collections.

TODO

Example REST request

HTTP method: GET  
URL: localhost:8080/topic/test_topic  
Headers: {key:"Contenty-Type", value:"application/json"}  
Body: { "number_of_partitions" : "1",
        "replication_number" : "1"
      }