MCPcopy Create free account
hub / github.com/kataras/iris / Build

Method Build

iris_guide.go:300–300  ·  view source on GitHub ↗

Build builds the application with the prior configuration and returns the Iris Application instance for further customizations. Use "Build" before "Listen" or "Run" to apply further modifications to the framework before starting the server. Calling "Build" is optional.

()

Source from the content-addressed store, hash-verified

298 // Use "Build" before "Listen" or "Run" to apply further modifications
299 // to the framework before starting the server. Calling "Build" is optional.
300 Build() *Application // optional call.
301 // Listen calls the Application's Listen method which is a shortcut of Run(iris.Addr("hostPort")).
302 // Use "Run" instead if you need to customize the HTTP/2 server itself.
303 Listen(hostPort string, configurators ...Configurator) error // Listen OR Run.

Callers 11

WithSitemapFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
BuildMethod · 0.65
mainFunction · 0.65
file_hello_proto_initFunction · 0.65
NewFunction · 0.65
NewServerFunction · 0.65
SwitchFunction · 0.65

Implementers 1

step7iris_guide.go

Calls

no outgoing calls

Tested by

no test coverage detected