Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitbucket.org/lygo/lygo_ext_http

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbucket.org/lygo/lygo_ext_http

  • v0.1.21
  • Source
  • Go
  • Socket score

Version published
Created
Source

LyGo Http Client & Server

Client and Server HTTP implementation based on FastHTTP library and Fiber.

Server Dependencies

go get -u bitbucket.org/lygo/lygo_events
go get -u bitbucket.org/lygo/lygo_commons
go get -u github.com/gofiber/fiber/v2
go get -u github.com/gofiber/fiber/v2/middleware/recover
go get -u github.com/gofiber/fiber/v2/middleware/cors
go get -u github.com/gofiber/fiber/v2/middleware/compress
go get -u github.com/gofiber/fiber/v2/middleware/limiter
go get -u github.com/gofiber/fiber/v2/middleware/requestid

go get -u github.com/gofiber/websocket/v2

How to Use

To use just call:

go get -u bitbucket.org/lygo/lygo_ext_http@v0.1.21

Versioning

Sources are versioned using git tags:

git tag v0.1.21
git push origin v0.1.21

FAQs

Package last updated on 13 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc