Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
/ axuanhttp Public archive

a Lightweight HK4E SDK and Dispatch server

Notifications You must be signed in to change notification settings

mumingluan/axuanhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axuanhttp

no more axuan, so no more axuanhttp.

HK4E HTTP Layer Emulators

Build binaries

Setup your golang environment, then run the following commands to build binaries.

mkdir -p $GOPATH/src/github.com/mumingluan
cd $GOPATH/src/github.com/mumingluan
git clone https://github.com/mumingluan/axuanhttp.git
cd axuanhttp
go build -trimpath -ldflags "-s -w" -o bin/server main.go
# the binaries are in bin/ directory.

Use Action artifacts

Go to Actions page and download artifacts for your OS and arch.