goproxy_html

package
v0.0.0-...-fc6b7da Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: BSD-3-Clause Imports: 8 Imported by: 142

Documentation

Overview

extension to goproxy that will allow you to easily filter web browser related content.

Index

Constants

This section is empty.

Variables

View Source
var IsHtml = goproxy.ContentTypeIs("text/html")

Functions

func HandleString

func HandleString(f func(s string, ctx *goproxy.ProxyCtx) string) goproxy.RespHandler

HandleString will receive a function that filters a string, and will convert the request body to a utf8 string, according to the charset specified in the Content-Type header. guessing Html charset encoding from the <META> tags is not yet implemented.

func HandleStringReader

func HandleStringReader(f func(r io.Reader, ctx *goproxy.ProxyCtx) io.Reader) goproxy.RespHandler

Will receive an input stream which would convert the response to utf-8 The given function must close the reader r, in order to close the response body.

Types

This section is empty.

Jump to

Keyboard shortcuts

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