1// Code generated by 'yaegi extract net/http/httptrace'. DO NOT EDIT.
2
3//go:build go1.17
4// +build go1.17
5
6package stdlib
7
8import (
9	"net/http/httptrace"
10	"reflect"
11)
12
13func init() {
14	Symbols["net/http/httptrace/httptrace"] = map[string]reflect.Value{
15		// function, constant and variable definitions
16		"ContextClientTrace": reflect.ValueOf(httptrace.ContextClientTrace),
17		"WithClientTrace":    reflect.ValueOf(httptrace.WithClientTrace),
18
19		// type definitions
20		"ClientTrace":      reflect.ValueOf((*httptrace.ClientTrace)(nil)),
21		"DNSDoneInfo":      reflect.ValueOf((*httptrace.DNSDoneInfo)(nil)),
22		"DNSStartInfo":     reflect.ValueOf((*httptrace.DNSStartInfo)(nil)),
23		"GotConnInfo":      reflect.ValueOf((*httptrace.GotConnInfo)(nil)),
24		"WroteRequestInfo": reflect.ValueOf((*httptrace.WroteRequestInfo)(nil)),
25	}
26}
27