Skip to content

Contains the golang module for the HTTP based service function template

Notifications You must be signed in to change notification settings

leobrada/http_sf_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http_sf

Contains the golang module for the HTTP based service function template

ToDo

  • Client behavior for communication with PEP(API) for feedback/asynchronous messages

Structure

  • package http_sf
    • http_sf.go
      • main()
      • init()
    • module: router
      • struct router
        • frontend
        • middleware (the actual function functionality is processed here) --> decides if packet is forwarded or returned immediatelly --> returns information for the PEP inside of the HTTP header
        • http.NewReverseProxy
    • module: env

About

Contains the golang module for the HTTP based service function template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published