Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.64 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.64 KB

Kanna

Kanna is a light webhook test server for webhook application developing

Go CircleCI GolangCI Go Report Card GoDoc Dependabot License

How to run

See how to use Kanna.

Basic

The request will be in stdout.

$ go run cmd/kanna/kanna.go

Flags

  • --type: You can select stdout, json. Default is stdout
  • --statusCode: You can select all status code.
  • --verbose=false: Verbose output

Author

License

Copyright 2019 The Kanna Authors.

Kanna is released under the Apache License 2.0.