Uses of Class
org.miaixz.bus.http.Headers.Builder
Packages that use Headers.Builder
-
Uses of Headers.Builder in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return Headers.BuilderModifier and TypeMethodDescriptionAdd an header line containing a field name, a literal colon, and a value.Add a header with the specified name and value.Add a header with the specified name and formatted instant.Add a header with the specified name and formatted date.Adds all headers from an existing collection.Headers.Builder.addLenient(String line) Add a header line without any validation.Headers.Builder.addUnsafeNonAscii(String name, String value) Add a header with the specified name and value.Headers.newBuilder()Set a field with the specified value.Set a field with the specified instant.Set a field with the specified date. -
Uses of Headers.Builder in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric with parameters of type Headers.BuilderModifier and TypeMethodDescriptionabstract voidInternal.addLenient(Headers.Builder builder, String line) abstract voidInternal.addLenient(Headers.Builder builder, String name, String value)