Skip to content

Releases: LanceGin/Mockman

Add https support

01 Dec 05:15
Compare
Choose a tag to compare

Be attention before you start https server

  • Mockman is using self-signed-certification to create https server
  • Install rootCA on your client and trust it before you send https requests

Add: new logging panel

03 Nov 08:44
Compare
Choose a tag to compare

#3

Add

  • Head method
  • Logging panel Logger

Update

  • change OPTIONS method to default

Fix: accept request's body which content-type is application/x-www-form-urlencoded

23 Oct 09:04
Compare
Choose a tag to compare

Fix

  • accept request's body which content-type is application/x-www-form-urlencoded
  • headers in the request was case-insensitive

Update

  • Set X-Powerd-By: Mockman in the response to specify the server

Fix headers Case-insensitive error

23 Oct 07:45
Compare
Choose a tag to compare

Fix

  • headers in the request was case-insensitive

Update

  • Set X-Powerd-By: Mockman in the response to specify the server

Fix prefix error

10 Oct 03:21
Compare
Choose a tag to compare

Fix

  1. prefix didn't work.
  2. disable linebreak-style on Windows.

Add

  1. updateServiceStatus method

First released version

07 Oct 11:32
Compare
Choose a tag to compare

This is the first released version of Mockman.

More is coming...