 Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| advanced
       | |
| 
          
            online-visitors
            
            command
          
          
         | |
| 
          
            url-shortener
            
            command
          
           Package main shows how you can create a simple URL SHortener using only Siris and BoltDB. | Package main shows how you can create a simple URL SHortener using only Siris and BoltDB. | 
| beginner
       | |
| 
          
            basicauth
            
            command
          
          
         | |
| 
          
            configuration/basic
            
            command
          
          
         | |
| 
          
            configuration/from-toml-file
            
            command
          
          
         | |
| 
          
            configuration/from-yaml-file
            
            command
          
          
         | |
| 
          
            configuration/functional
            
            command
          
          
         | |
| 
          
            convert-handlers/negroni-like
            
            command
          
          
         | |
| 
          
            convert-handlers/nethttp
            
            command
          
          
         | |
| 
          
            e-mail
            
            command
          
          
         | |
| 
          
            favicon
            
            command
          
          
         | |
| 
          
            file-logger
            
            command
          
          
         | |
| 
          
            file-server/basic
            
            command
          
          
         | |
| 
          
            hello-world
            
            command
          
          
         | |
| 
          
            http-errors
            
            command
          
          
         | |
| 
          
            listening/custom-listener
            
            command
          
          
         | |
| 
          
            listening/listen-addr
            
            command
          
          
         | |
| 
          
            listening/listen-letsencrypt
            
            command
          
           Package main provide one-line integration with letsencrypt.org | Package main provide one-line integration with letsencrypt.org | 
| 
          
            listening/listen-tls
            
            command
          
          
         | |
| 
          
            listening/listen-unix
            
            command
          
          
         | |
| 
          
            overview
            
            command
          
          
         | |
| 
          
            pprof
            
            command
          
          
         | |
| 
          
            read-form
            
            command
          
           package main contains an example on how to use the ReadForm, but with the same way you can do the ReadJSON & ReadJSON | package main contains an example on how to use the ReadForm, but with the same way you can do the ReadJSON & ReadJSON | 
| 
          
            read-json
            
            command
          
          
         | |
| 
          
            recover
            
            command
          
          
         | |
| 
          
            request-logger
            
            command
          
          
         | |
| 
          
            routing
            
            command
          
          
         | |
| 
          
            routing/basic
            
            command
          
          
         | |
| 
          
            routing/custom-wrapper
            
            command
          
          
         | |
| 
          
            routing/dynamic-path
            
            command
          
          
         | |
| 
          
            routing/overview
            
            command
          
          
         | |
| 
          
            routing/reverse
            
            command
          
          
         | |
| 
          
            send-files
            
            command
          
          
         | |
| 
          
            stream-writer
            
            command
          
          
         | |
| 
          
            upload-files
            
            command
          
          
         | |
| 
          
            write-json
            
            command
          
          
         | |
| intermediate
       | |
| 
          
            cache-markdown
            
            command
          
          
         | |
| 
          
            cloud-editor
            
            command
          
          
         | |
| 
          
            custom-context/method-overriding
            
            command
          
          
         | |
| 
          
            custom-httpserver/iris-way
            
            command
          
          
         | |
| 
          
            custom-httpserver/multi
            
            command
          
          
         | |
| 
          
            custom-httpserver/std-way
            
            command
          
          
         | |
| 
          
            graceful-shutdown/basic
            
            command
          
          
         | |
| 
          
            graceful-shutdown/custom-host
            
            command
          
          
         | |
| 
          
            httptest
            
            command
          
          
         | |
| 
          
            i18n
            
            command
          
          
         | |
| 
          
            oauth2
            
            command
          
          
         | |
| 
          
            route-state
            
            command
          
          
         | |
| 
          
            sessions/database
            
            command
          
          
         | |
| 
          
            sessions/flash-messages
            
            command
          
          
         | |
| 
          
            sessions/overview
            
            command
          
          
         | |
| 
          
            sessions/password-hashing
            
            command
          
          
         | |
| 
          
            sessions/securecookie
            
            command
          
          
         | |
| 
          
            sessions/standalone
            
            command
          
          
         | |
| 
          
            subdomains/multi
            
            command
          
          
         | |
| 
          
            subdomains/single
            
            command
          
           Package main register static subdomains, simple as parties, check ./hosts if you use windows | Package main register static subdomains, simple as parties, check ./hosts if you use windows | 
| 
          
            subdomains/wildcard
            
            command
          
           Package main an example on how to catch dynamic subdomains - wildcard. | Package main an example on how to catch dynamic subdomains - wildcard. | 
| 
          
            subdomains/www
            
            command
          
          
         | |
| 
          
            transactions
            
            command
          
          
         | |
| 
          
            typescript
            
            command
          
          
         | |
| 
          
            view/context-view-data
            
            command
          
           this example will show you how you can set per-request data for a template outside of the main handler which calls the .Render, via middleware. | this example will show you how you can set per-request data for a template outside of the main handler which calls the .Render, via middleware. | 
| 
          
            view/overview
            
            command
          
          
         | |
| 
          
            view/template_html_0
            
            command
          
          
         | |
| 
          
            view/template_html_1
            
            command
          
          
         | |
| 
          
            view/template_html_2
            
            command
          
          
         | |
| 
          
            view/template_html_3
            
            command
          
           Package main an example on how to naming your routes & use the custom 'url path' HTML Template Engine, same for other template engines. | Package main an example on how to naming your routes & use the custom 'url path' HTML Template Engine, same for other template engines. | 
| 
          
            view/template_html_4
            
            command
          
           Package main an example on how to naming your routes & use the custom 'url' HTML Template Engine, same for other template engines. | Package main an example on how to naming your routes & use the custom 'url' HTML Template Engine, same for other template engines. | 
| 
          
            websockets/connectionlist
            
            command
          
          
         | |
| 
          
            websockets/custom-go-client
            
            command
          
          
         | |
| 
          
            websockets/native-messages
            
            command
          
          
         | |
| 
          
            websockets/overview
            
            command
          
          
         | |
| 
          
            websockets/ridiculous-simple
            
            command
          
          
         | |
| 
          
            websockets/secure
            
            command
          
          
         | 
 Click to show internal directories. 
   Click to hide internal directories.