Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

vitalvas/rspamd-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rspamd Statistics

Example

Generate keys

openssl ecparam -genkey -name secp384r1 -out server.key
openssl req -new -x509 -sha256 -key server.key -out server.pem -days 365 -subj '/CN=localhost'

Make requests

echo '[1,3,9999922,22223332,1844674407370955162]' | json2msgpack | curl --data-binary @- -X POST -H "Content-Type: application/msgpack" -k -v https://127.0.0.1:8000/storage

Methods:

  • POST - Find
  • PUT - Add
  • DELETE - Delete

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages