Skip to content

Latest commit

 

History

History

milkman-rest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Milkman Rest Plugin

Introduces Http request (despite the wrong naming) capabilities to milkman. Consists of serveral features that together should make milkman be usable as postman-replacement for day-to-day work.

Screenshot

Milkman Http

Example of Server Sent Events Streaming

Milkman SSE Streaming

Features

  • Postman-like UI
  • Crafting of requests by editing body, headers, parameters
  • Highlighting/formatting for json
  • Proxy-Authentication support (BASIC for now)
  • Importers for Postman exports (Collections, Environments, Data-Dump)
  • Importers for OpenApi v3.0
  • (planned) Exporters
  • Support import of APIs listed at APIs.guru, see demo
  • http/2, http/3 support (see options-dialog)

Client-Certificates

You can import client-certificates that will be used when the server asks. Just add the according PEM files in the HTTP options:

Milkman Rest Client Certificate Options

and then, you can choose the client-certificate in the options of the request:

Choosing Client Certificate