Uses of Interface
cool.scx.http.headers.ScxHttpHeaderName
Packages that use ScxHttpHeaderName
-
Uses of ScxHttpHeaderName in cool.scx.http.headers
Classes in cool.scx.http.headers that implement ScxHttpHeaderNameSubinterfaces with type arguments of type ScxHttpHeaderName in cool.scx.http.headersModifier and TypeInterfaceDescriptioninterface只读的 Headers 可用于 ServerRequest 和 ClientResponse 在 Parameters 的基础上实现了一些 方便操作 Http 头协议的方法interface可写的 Headers 可用于 ServerResponse 和 ClientRequest 在 Parameters 的基础上实现了一些 方便操作 Http 头协议的方法Methods in cool.scx.http.headers that return ScxHttpHeaderNameMethods in cool.scx.http.headers with parameters of type ScxHttpHeaderNameModifier and TypeMethodDescriptionScxHttpHeadersWritable.add(ScxHttpHeaderName name, String... value) default TScxHttpHeadersWriteHelper.addHeader(ScxHttpHeaderName headerName, String... values) default StringScxHttpHeadersReadHelper.getHeader(ScxHttpHeaderName name) ScxHttpHeadersWritable.remove(ScxHttpHeaderName name) default TScxHttpHeadersWriteHelper.removeHeader(ScxHttpHeaderName headerName) ScxHttpHeadersWritable.set(ScxHttpHeaderName name, String... value) default TScxHttpHeadersWriteHelper.setHeader(ScxHttpHeaderName headerName, String... values) -
Uses of ScxHttpHeaderName in cool.scx.http.routing.handler
Methods in cool.scx.http.routing.handler with parameters of type ScxHttpHeaderNameModifier and TypeMethodDescriptionCorsHandler.allowedHeader(ScxHttpHeaderName... headerNames) CorsHandler.exposedHeader(ScxHttpHeaderName... headerNames)