cube

package module
v0.0.0-...-8829905 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2019 License: MIT Imports: 5 Imported by: 0

README

cube

cube

Next generation web framework for golang.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	Conf *Conf
}

func App

func App() *Application

func (*Application) ServeHTTP

func (app *Application) ServeHTTP(res http.ResponseWriter, req *http.Request)

func (*Application) Start

func (app *Application) Start()

type ApplicationConf

type ApplicationConf struct {
	Addr           string
	ReadTimeout    int
	WriteTimeout   int
	MaxHeaderBytes int
}

type Conf

type Conf struct {
	ApplicationConf ApplicationConf
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL