jingjian-1420 / hertz-examples

Examples for Hertz.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hertz Examples

English | 中文

How to run

You can enter the example for information about "How to run"

Server

  • hello: Example of launching a hertz "hello world" application
  • config: Example of configuring hertz server
  • protocol: Example of using http1, tls and other protocols of hertz
  • middleware: Example of using middleware of hertz
  • binding: Example of parameter binding and validation
  • parameters: Example of getting query, form, cookie
  • file: Examples of file upload, file download, and static file services
  • render: Example of render body as json, html, protobuf
  • redirect: Examples of redirects to internal/external URI
  • streaming: Example of streaming read/write for hertz server
  • graceful_shutdown: Example of a graceful shutdown for hertz server
  • unit_test: Example of writing unit tests using the interface provided by hertz without network transmission
  • tracer: Example of using Jaeger for link tracing
  • monitoring: Example of using Prometheus for metrics monitoring
  • multiple_service: Example of using hertz with multiple services
  • adaptor: Example of using adaptor to integrate hertz with package built for http.Handler interface , including a demonstration on using jade as template engine.
  • sentinel: Example of using sentinel-golang in hertz
  • reverseproxy Example of using reverseproxy in hertz server

Client

Note

All commands to execute the example should be executed under "hertz-example".

About

Examples for Hertz.

License:Apache License 2.0


Languages

Language:Go 95.3%Language:Thrift 2.3%Language:Shell 1.6%Language:Pug 0.7%Language:Makefile 0.2%Language:HTML 0.0%