Documentation
¶
Overview ¶
Package main provides the G3AxonLive HTTP communication endpoint for the AxonASP FastCGI server. This file registers the /g3al/ route for synchronous fetch POST requests only.
NOTE: WebSocket upgrades are NOT supported in FastCGI mode because the FastCGI protocol transports requests via fcgi.Serve which does not expose a raw TCP connection for hijacking.
- AxonASP Server
- Copyright (C) 2026 G3pix Ltda. All rights reserved. *
- Developed by Lucas Guimarães - G3pix Ltda
- Contact: https://g3pix.com.br
- Project URL: https://g3pix.com.br/axonasp *
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/. *
- Attribution Notice:
- If this software is used in other projects, the name "AxonASP Server"
- must be cited in the documentation or "About" section. *
- Contribution Policy:
- Modifications to the core source code of AxonASP Server must be
- made available under this same license terms.
Use go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@latest Then run "go generate" in the project root to embed version info into the executable You need to specify -64=false/-arm=true if you're trying to create an 32-bit or ARM windows binary, this is required by the new version of golang
- AxonASP Server
- Copyright (C) 2026 G3pix Ltda. All rights reserved. *
- Developed by Lucas Guimarães - G3pix Ltda
- Contact: https://g3pix.com.br
- Project URL: https://g3pix.com.br/axonasp *
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/. *
- Attribution Notice:
- If this software is used in other projects, the name "AxonASP Server"
- must be cited in the documentation or "About" section. *
- Contribution Policy:
- Modifications to the core source code of AxonASP Server must be
- made available under this same license terms.
Click to show internal directories.
Click to hide internal directories.