GC_Http_Encoding::content_encoding()

最后更新于:2021-12-01 11:12:45

GC_()

What encoding the content used when it was compressed to send in the headers.

响应

(string) Content-Encoding string to send in the header.

源文件

文件: gc-includes/class-gc-http-encoding.php

	public static function content_encoding() {
		return 'deflate';
	}