パッケージ: golang-github-labstack-echo-dev (4.2.1-2)
golang-github-labstack-echo-dev に関するリンク
Trisquel の資源:
golang-github-labstack-echo ソースパッケージをダウンロード:
- [golang-github-labstack-echo_4.2.1-2.dsc]
- [golang-github-labstack-echo_4.2.1.orig.tar.gz]
- [golang-github-labstack-echo_4.2.1-2.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Thorsten Alteholz
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-labstack-echo.v3-dev
- golang-github-go-openapi-jsonpointer-dev
- golang-github-gorilla-csrf-dev
- golang-github-howeyc-gopass-dev
- golang-github-ant0ine-go-json-rest-dev
- golang-github-bmatsuo-lmdb-go-dev
- golang-github-suapapa-go-eddystone-dev
- golang-github-smallstep-truststore-dev
- golang-github-caddyserver-certmagic-dev
- golang-github-flynn-noise-dev
- golang-truststore
high performance, minimalist Go web framework
Sourcegraph (https://sourcegraph.com/github.com/labstack/echo?badge) GoDoc (https://pkg.go.dev/github.com/labstack/echo/v4) Go Report Card (https://goreportcard.com/report/github.com/labstack/echo) Build Status (https://travis-ci.org/labstack/echo) Codecov (https://codecov.io/gh/labstack/echo) Join the chat at https://gitter.im/labstack/echo (https://gitter.im/labstack/echo) Forum (https://github.com/labstack/echo/discussions) Twitter (https://twitter.com/labstack) License (https://raw.githubusercontent.com/labstack/echo/master/LICENSE) Supported Go versions As of version 4.0.0, Echo is available as a Go module (https://github.com/golang/go/wiki/Modules). Therefore a Go version capable of understanding /vN suffixed imports is required: • 1.9.7+• 1.10.3+• 1.14+ Any of these versions will allow you to import Echo as github.com/labstack/echo/v4 which is the recommended way of using Echo going forward.
For older versions, please use the latest v3 tag. This package provides a library for a web framework written in Go. Feature Overview
- Optimized HTTP router which smartly prioritize routes - Build robust and scalable RESTful APIs - Group APIs - Extensible middleware framework - Define middleware at root, group or route level - Data binding for JSON, XML and form payload - Handy functions to send variety of HTTP responses - Centralized HTTP error handling - Template rendering with any template engine - Define your format for the logger - Highly customizable - Automatic TLS via Let’s Encrypt - HTTP/2 support
その他の golang-github-labstack-echo-dev 関連パッケージ
|
|
|
-
- dep: golang-github-dgrijalva-jwt-go-dev
- Golang implementation of JSON Web Tokens (JWT)
-
- dep: golang-github-labstack-gommon-dev
- common package that provides parser, coloring, logging for go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-github-valyala-fasttemplate-dev
- simple and fast template engine for Go
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries
-
- dep: golang-golang-x-time-dev
- Go supplementary time packages