MCPcopy Create free account
hub / github.com/code4craft/jsoup-learning / header

Method header

src/main/java/org/jsoup/Connection.java:272–272  ·  view source on GitHub ↗

Get the value of a header. This is a simplified header model, where a header may only have one value. Header names are case insensitive. @param name name of header (case insensitive) @return value of header, or null if not set. @see #hasHeader(String) @see #cookie(String)

(String name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

handlesDodgyCharsetMethod · 0.65
userAgentMethod · 0.65
referrerMethod · 0.65
userAgentMethod · 0.65
referrerMethod · 0.65
headerMethod · 0.65
executeMethod · 0.65

Implementers 1

Basesrc/main/java/org/jsoup/helper/HttpCon

Calls

no outgoing calls

Tested by 5

handlesDodgyCharsetMethod · 0.52
userAgentMethod · 0.52
referrerMethod · 0.52