Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Albert-W/crawler-project
/ functions
Functions
3,568 in github.com/Albert-W/crawler-project
⨍
Functions
3,568
◇
Types & classes
1,373
↓ 1,152 callers
Method
Errorf
Errorf is like Printf, but it marks this event as an error.
src/golang.org/x/net/trace/events.go:123
↓ 294 callers
Method
New
New creates a new histogram.
src/golang.org/x/net/trace/histogram.go:228
↓ 247 callers
Method
String
()
src/golang.org/x/net/trace/trace.go:639
↓ 169 callers
Method
Unlock
Unlock unlocks the lock with the given token. If Unlock returns ErrForbidden then the Handler will write a "403 Forbidden" HTTP Status. If Unlock ret
src/golang.org/x/net/webdav/lock.go:93
↓ 141 callers
Function
pair
(name, value string)
src/golang.org/x/net/http2/hpack/hpack_test.go:672
↓ 137 callers
Method
Run
(in []byte)
src/golang.org/x/net/bpf/vm_bpf_test.go:20
↓ 127 callers
Method
Add
Multiplies the data in self by a given ratio
src/golang.org/x/net/internal/timeseries/timeseries.go:40
↓ 116 callers
Method
LocalAddr
LocalAddr returns the local network address.
src/golang.org/x/net/icmp/endpoint.go:81
↓ 95 callers
Method
Error
()
src/golang.org/x/net/idna/idna.go:295
↓ 91 callers
Method
Skip
Skip reads tokens until it has consumed the end element matching the most recent start element already consumed. It recurs if it encounters a start el
src/golang.org/x/net/webdav/internal/xml/read.go:677
↓ 87 callers
Method
Get
()
src/golang.org/x/net/proxy/proxy.go:116
↓ 86 callers
Method
Set
Set writes the option and value to the kernel.
src/golang.org/x/net/internal/socket/socket.go:62
↓ 78 callers
Method
Close
()
src/golang.org/x/net/http2/transport_test.go:403
↓ 78 callers
Method
Error
()
src/golang.org/x/net/http2/http2.go:326
↓ 78 callers
Method
WriteString
(string)
src/golang.org/x/net/html/render.go:18
↓ 76 callers
Method
Header
()
src/golang.org/x/net/http2/frame.go:256
↓ 75 callers
Method
Printf
Printf formats its arguments with fmt.Sprintf and adds the result to the event log.
src/golang.org/x/net/trace/events.go:120
↓ 73 callers
Function
newServerTester
(t testing.TB, handler http.HandlerFunc, opts ...interface{})
src/golang.org/x/net/http2/server_test.go:86
↓ 69 callers
Method
Done
Done returns a channel that's closed when work done on behalf of this context should be canceled. Done may return nil if this context can never be can
src/golang.org/x/net/context/pre_go19.go:50
↓ 69 callers
Method
Uint32
([]byte)
src/golang.org/x/net/route/binary.go:22
↓ 67 callers
Method
Uint16
([]byte)
src/golang.org/x/net/route/binary.go:21
↓ 61 callers
Method
WriteField
WriteField encodes f into a single Write to e's underlying Writer. This function may also produce bytes for "Header Table Size Update" if necessary. I
src/golang.org/x/net/http2/hpack/encode.go:50
↓ 59 callers
Method
Flush
()
src/golang.org/x/net/http2/h2c/h2c.go:271
↓ 58 callers
Method
OpenStream
OpenStream opens a new stream in the write scheduler. It is illegal to call this with streamID=0 or with a streamID that is already open -- the call m
src/golang.org/x/net/http2/writesched.go:15
↓ 56 callers
Method
WriteString
(s string)
src/golang.org/x/net/http2/http2.go:216
↓ 54 callers
Method
writeHeaders
(p HeadersFrameParam)
src/golang.org/x/net/http2/server_test.go:333
↓ 53 callers
Method
Close
()
src/golang.org/x/net/http2/server_test.go:3156
↓ 51 callers
Function
testVM
All BPF tests against both the Go VM and OS VM are assumed to be used with a UDP socket. As a result, the entire contents of a UDP datagram is sent th
src/golang.org/x/net/bpf/vm_bpf_test.go:42
↓ 49 callers
Function
MustNewName
MustNewName creates a new Name from a string and panics on error.
src/golang.org/x/net/dns/dnsmessage/message.go:1875
↓ 49 callers
Method
encodeHeader
encodeHeader encodes headers and returns their HPACK bytes. headers must contain an even number of key/value pairs. There may be multiple pairs for ke
src/golang.org/x/net/http2/server_test.go:372
↓ 48 callers
Method
Close
Close closes the endpoint.
src/golang.org/x/net/ipv6/endpoint.go:111
↓ 48 callers
Method
ReadFrame
ReadFrame reads a single frame. The returned Frame is only valid until the next call to ReadFrame. If the frame is larger than previously set with Se
src/golang.org/x/net/http2/frame.go:487
↓ 48 callers
Method
addElement
addElement adds a child element based on the current token.
src/golang.org/x/net/html/parse.go:313
↓ 47 callers
Method
StreamEnded
()
src/golang.org/x/net/http2/frame.go:1367
↓ 46 callers
Method
Addr
Addr rerurns a server address.
src/golang.org/x/net/internal/sockstest/server.go:129
↓ 46 callers
Method
Network
()
src/golang.org/x/net/internal/socks/socks.go:91
↓ 46 callers
Method
pack
pack packs a Resource except for its header.
src/golang.org/x/net/dns/dnsmessage/message.go:479
↓ 43 callers
Method
Close
Close closes the endpoint.
src/golang.org/x/net/ipv4/endpoint.go:159
↓ 43 callers
Method
Push
Push queues a frame in the scheduler. In most cases, this will not be called with wr.StreamID()!=0 unless that stream is currently open. The one excep
src/golang.org/x/net/http2/writesched.go:31
↓ 43 callers
Method
addMeasurement
AddMeasurement records a value measurement observation to the histogram.
src/golang.org/x/net/trace/histogram.go:36
↓ 42 callers
Method
RoundTrip
(req *http.Request)
src/golang.org/x/net/http2/transport.go:353
↓ 41 callers
Method
add
add adds n bytes (positive or negative) to the flow control window. It returns false if the sum would exceed 2^31-1.
src/golang.org/x/net/http2/flow.go:43
↓ 39 callers
Method
Write
Write copies bytes from p into the buffer and wakes a reader. It is an error to write more data than the buffer can hold.
src/golang.org/x/net/http2/pipe.go:72
↓ 39 callers
Method
greet
greet initiates the client's HTTP/2 connection into a state where frames may be sent.
src/golang.org/x/net/http2/server_test.go:262
↓ 39 callers
Function
tu
(s int64)
src/golang.org/x/net/internal/timeseries/timeseries_test.go:37
↓ 38 callers
Method
Dial
Dial connects to the given address via the proxy.
src/golang.org/x/net/proxy/proxy.go:20
↓ 37 callers
Method
Parse
(contents []byte, url string)
src/crawler/engine/types.go:5
↓ 37 callers
Method
check
()
src/golang.org/x/net/http2/gotrack.go:31
↓ 37 callers
Method
readByte
readByte returns the next byte from the input stream, doing a buffered read from z.r into z.buf if necessary. z.buf[z.raw.start:z.raw.end] remains a c
src/golang.org/x/net/html/token.go:234
↓ 37 callers
Method
wantHeaders
()
src/golang.org/x/net/http2/server_test.go:482
↓ 36 callers
Function
testTransportResPattern
(t *testing.T, expect100Continue, resHeader headerType, withData bool, trailers headerType)
src/golang.org/x/net/http2/transport_test.go:1069
↓ 34 callers
Method
pop
pop pops the stack. It will panic if s is empty.
src/golang.org/x/net/html/node.go:151
↓ 33 callers
Method
Data
Data returns the frame's data octets, not including any padding size byte or padding suffix bytes. The caller must not retain the returned memory past
src/golang.org/x/net/http2/frame.go:586
↓ 33 callers
Method
NewEncoder
()
src/golang.org/x/net/html/charset/charset.go:42
↓ 33 callers
Method
WriteHeaders
WriteHeaders writes a single HEADERS frame. This is a low-level header writing method. Encoding headers and splitting them into any necessary CONTINU
src/golang.org/x/net/http2/frame.go:1063
↓ 33 callers
Method
popUntil
popUntil pops the stack of open elements at the highest element whose tag is in matchTags, provided there is no higher element in the scope's stop tag
src/golang.org/x/net/html/parse.go:99
↓ 33 callers
Function
streamError
(id uint32, code ErrCode)
src/golang.org/x/net/http2/errors.go:70
↓ 31 callers
Method
CloseIdleConnections
CloseIdleConnections closes any connections which were previously connected from previous requests but are now sitting idle. It does not interrupt any
src/golang.org/x/net/http2/transport.go:420
↓ 31 callers
Method
PutUint16
([]byte, uint16)
src/golang.org/x/net/route/binary.go:23
↓ 29 callers
Method
Marshal
Marshal returns the binary encoding of ICMP extension. The provided proto must be either the ICMPv4 or ICMPv6 protocol number.
src/golang.org/x/net/icmp/extension.go:24
↓ 28 callers
Method
Close
Close closes the server.
src/golang.org/x/net/internal/sockstest/server.go:151
↓ 28 callers
Method
GoString
GoString implements fmt.GoStringer.GoString.
src/golang.org/x/net/dns/dnsmessage/message.go:486
↓ 28 callers
Method
HeadersEnded
()
src/golang.org/x/net/http2/frame.go:1371
↓ 28 callers
Method
Wait
()
src/golang.org/x/net/http2/http2.go:223
↓ 27 callers
Method
ReadFrom
ReadFrom reads an ICMP message from the connection.
src/golang.org/x/net/icmp/endpoint.go:47
↓ 27 callers
Method
WriteTo
WriteTo writes the ICMP message b to dst. The provided dst must be net.UDPAddr when c is a non-privileged datagram-oriented ICMP endpoint. Otherwise i
src/golang.org/x/net/icmp/endpoint.go:65
↓ 27 callers
Method
top
()
src/golang.org/x/net/html/parse.go:54
↓ 26 callers
Method
Close
()
src/golang.org/x/net/webdav/file.go:492
↓ 26 callers
Method
OpenFile
(ctx context.Context, name string, flag int, perm os.FileMode)
src/golang.org/x/net/webdav/file.go:42
↓ 26 callers
Method
WriteWindowUpdate
WriteWindowUpdate writes a WINDOW_UPDATE frame. The increment value must be between 1 and 2,147,483,647, inclusive. If the Stream ID is zero, the wind
src/golang.org/x/net/http2/frame.go:953
↓ 25 callers
Method
HeaderBlockFragment
()
src/golang.org/x/net/http2/frame.go:1376
↓ 25 callers
Method
Token
Token returns the next XML token in the input stream. At the end of the input stream, Token returns nil, io.EOF. Slices of bytes in the returned toke
src/golang.org/x/net/webdav/internal/xml/xml.go:272
↓ 25 callers
Method
len
len reports the number of entries in the table.
src/golang.org/x/net/http2/hpack/tables.go:51
↓ 25 callers
Method
logf
(format string, args ...interface{})
src/golang.org/x/net/http2/h2i/h2i.go:252
↓ 25 callers
Method
ok
()
src/golang.org/x/net/ipv4/endpoint.go:55
↓ 24 callers
Method
AdjustStream
AdjustStream adjusts the priority of the given stream. This may be called on a stream that has not yet been opened or has been closed. Note that RFC 7
src/golang.org/x/net/http2/writesched.go:26
↓ 24 callers
Function
errnoErr
errnoErr returns common boxed Errno values, to prevent allocations at runtime.
src/golang.org/x/net/internal/socket/error_unix.go:19
↓ 23 callers
Function
Background
import "golang.org/x/net/context" Background returns a non-nil, empty Context. It is never canceled, has no values, and has no deadline. It is typical
src/golang.org/x/net/context/context.go:45
↓ 23 callers
Method
Stat
(ctx context.Context, name string)
src/golang.org/x/net/webdav/file.go:45
↓ 23 callers
Function
checkApproximate
(t *testing.T, o Observable, y float64)
src/golang.org/x/net/internal/timeseries/timeseries_test.go:21
↓ 23 callers
Method
ok
()
src/golang.org/x/net/ipv6/endpoint.go:72
↓ 22 callers
Method
Read
Read waits until data is available and copies bytes from the buffer into p.
src/golang.org/x/net/http2/pipe.go:43
↓ 22 callers
Method
decodeHeader
(headerBlock []byte)
src/golang.org/x/net/http2/server_test.go:2463
↓ 22 callers
Function
inBodyIM
Section 12.2.6.4.7.
src/golang.org/x/net/html/parse.go:772
↓ 22 callers
Method
mustgetc
Must read a single byte. If there is no byte to read, set d.err to SyntaxError("unexpected EOF") and return ok==false
src/golang.org/x/net/webdav/internal/xml/xml.go:930
↓ 22 callers
Method
run
()
src/golang.org/x/net/http2/transport_test.go:732
↓ 22 callers
Function
timeoutWrapper
(t *testing.T, mp MakePipe, f connTester)
src/golang.org/x/net/nettest/conntest.go:43
↓ 21 callers
Method
SetInt
SetInt writes the option and value to the kernel. The Len field of Option must be either 1 or 4.
src/golang.org/x/net/internal/socket/socket.go:75
↓ 21 callers
Function
getSlash
(st *serverTester)
src/golang.org/x/net/http2/server_test.go:1686
↓ 21 callers
Method
greet
(settings ...Setting)
src/golang.org/x/net/http2/transport_test.go:693
↓ 21 callers
Method
parseImpliedToken
parseImpliedToken parses a token as though it had appeared in the parser's input.
src/golang.org/x/net/html/parse.go:2155
↓ 21 callers
Method
syntaxError
Creates a SyntaxError with the current line number.
src/golang.org/x/net/webdav/internal/xml/xml.go:455
↓ 20 callers
Method
Len
()
src/golang.org/x/net/http2/pipe.go:27
↓ 20 callers
Function
NewDecoder
NewDecoder creates a new XML parser reading from r. If r does not implement io.ByteReader, NewDecoder will do its own buffering.
src/golang.org/x/net/webdav/internal/xml/xml.go:239
↓ 20 callers
Method
PutUint32
([]byte, uint32)
src/golang.org/x/net/route/binary.go:24
↓ 20 callers
Function
benchmarkTrace
(b *testing.B, maxEvents, numEvents int)
src/golang.org/x/net/trace/trace_test.go:87
↓ 20 callers
Function
newClientTester
(t *testing.T)
src/golang.org/x/net/http2/transport_test.go:643
↓ 20 callers
Function
testServerResponse
testServerResponse sets up an idle HTTP/2 connection. The client function should write a single request that must be handled by the handler. This wait
src/golang.org/x/net/http2/server_test.go:2477
↓ 19 callers
Method
Accept
Accept accepts incoming ICMP packets including the type field value typ.
src/golang.org/x/net/ipv6/icmp.go:42
↓ 19 callers
Method
EncodeToken
EncodeToken writes the given XML token to the stream. It returns an error if StartElement and EndElement tokens are not properly matched. EncodeToken
src/golang.org/x/net/webdav/internal/xml/marshal.go:201
next →
1–100 of 3,568, ranked by callers