An open API service indexing awesome lists of open source software.

https://github.com/flowingspdg/cs2-log-http

Go Gin handler for parsing HTTP log from CS2 Server.
https://github.com/flowingspdg/cs2-log-http

cs2 srcds

Last synced: 6 months ago
JSON representation

Go Gin handler for parsing HTTP log from CS2 Server.

Awesome Lists containing this project

README

          

# CS2 LOG HTTP

## Author
Shugo Kawamura
Github : [**FlowingSPDG**](http://github.com/FlowingSPDG)
Twitter : [**@FlowingSPDG**](http://twitter.com/FlowingSPDG) / [**@FlowingSPDG_EN**](http://twitter.com/FlowingSPDG_EN)

## About
This is HTTP Log parser middleware for Gin.
Parses log line from CS2 Server,and allows you to do something by those datas.

## Usage(Example)
- Go to examples folder,and ``go run main.go`` .
- Enable logs by CS Server side. ``logaddress_add_http "http://YOUR-GIN-Server:3090/csgolog"; mp_logdetail 3; log on;``
- You'll get std log output which describes informations in log line.