golang-github-sebest-xff

Golang Middleware to handle X-Forwarded-For Header
  https://github.com/sebest/xff
  0
  no reviews



Package xff is a net/http middleware/handler to parse Forwarded HTTP Extension in Golang.

Parse function parses the value of the X-Forwarded-For Header and returns the IP address.

Options is a configuration container, provided by this package, to setup the XFF middleware.