- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 128 for GZIP (0.03 sec)
-
.teamcity/performance-tests-ci.json
"coverage" : { "per_commit" : [ "linux" ] } } ] }, { "testId" : "org.gradle.performance.regression.corefeature.ArchiveTreePerformanceTest.visiting gzip tar trees", "groups" : [ { "testProject" : "archivePerformanceProject", "coverage" : { "per_day" : [ "linux" ] } } ] }, {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Sep 12 14:38:24 UTC 2024 - 36.4K bytes - Viewed (0) -
docs/tr/docs/alternatives.md
Sahip olduğu bir kaç özellik: * Cidden etkileyici bir performans. * WebSocket desteği. * İşlem-içi arka plan görevleri. * Başlatma ve kapatma olayları. * HTTPX ile geliştirilmiş bir test istemcisi. * CORS, GZip, Static Files ve Streaming cevapları desteği. * Session ve çerez desteği. * Kodun %100'ü test kapsamında. * Kodun %100'ü tip belirteçleriyle desteklenmiştir. * Yalnızca bir kaç zorunlu bağımlılığa sahip.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 28.8K bytes - Viewed (0) -
docs/ru/docs/alternatives.md
В нём есть: * Впечатляющая производительность. * Поддержка веб-сокетов. * Фоновые задачи. * Обработка событий при старте и финише приложения. * Тестовый клиент на основе HTTPX. * Поддержка CORS, сжатие GZip, статические файлы, потоковая передача данных. * Поддержка сессий и куки. * 100% покрытие тестами. * 100% аннотированный код. * Несколько жёстких зависимостей.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 39.3K bytes - Viewed (0) -
api/go1.4.txt
pkg compress/zlib, type Resetter interface { Reset } pkg compress/zlib, type Resetter interface, Reset(io.Reader, []uint8) error # CL 159120044 compress/gzip: allow stopping at end of first stream, Russ Cox <******@****.***> pkg compress/gzip, method (*Reader) Multistream(bool) # CL 138800043 crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum., David Leon Gil <******@****.***> pkg crypto, const SHA3_224 = 10
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
.teamcity/performance-test-durations.json
"durations" : [ { "testProject" : "archivePerformanceProject", "linux" : 184 } ] }, { "scenario" : "org.gradle.performance.regression.corefeature.ArchiveTreePerformanceTest.visiting gzip tar trees", "durations" : [ { "testProject" : "archivePerformanceProject", "linux" : 322 } ] }, {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Sep 12 14:38:24 UTC 2024 - 27.9K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/http2/Hpack.kt
Header(RESPONSE_STATUS, "304"), Header(RESPONSE_STATUS, "400"), Header(RESPONSE_STATUS, "404"), Header(RESPONSE_STATUS, "500"), Header("accept-charset", ""), Header("accept-encoding", "gzip, deflate"), Header("accept-language", ""), Header("accept-ranges", ""), Header("accept", ""), Header("access-control-allow-origin", ""), Header("age", ""), Header("allow", ""),
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 22.5K bytes - Viewed (0) -
cmd/xl-storage-format-v2_test.go
// // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "bufio" "bytes" "compress/gzip" "context" "encoding/base64" "encoding/json" "fmt" "io" "math/rand" "os" "reflect" "sort" "testing" "time" "github.com/google/uuid" "github.com/klauspost/compress/zip"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 36.4K bytes - Viewed (0) -
docs/ja/docs/features.md
* **WebSocket**のサポート * **GraphQL**のサポート * プロセス内バックグラウンドタスク * 起動およびシャットダウンイベント * `httpx`に基づいて構築されたテストクライアント * **CORS**、GZip、静的ファイル、ストリーミング応答 * **セッションとCookie**のサポート * テストカバレッジ100% * 型アノテーション100%のコードベース ## Pydanticの特徴
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 12.2K bytes - Viewed (0) -
docs/uk/docs/alternatives.md
Він має: * Серйозно вражаючу продуктивність. * Підтримку WebSocket. * Фонові завдання в процесі. * Події запуску та завершення роботи. * Тестового клієнта, побудований на HTTPX. * CORS, GZip, статичні файли, потокові відповіді. * Підтримку сеансів і файлів cookie. * 100% покриття тестом. * 100% анотовану кодову базу. * Кілька жорстких залежностей.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 38.1K bytes - Viewed (0) -
docs/changelogs/changelog_4x.md
[brotli]: https://github.com/google/brotli * **OkHttp's new okhttp-brotli module implements Brotli compression.** Install the interceptor to enable [Brotli compression][brotli], which compresses 5-20% smaller than gzip. ``` val client = OkHttpClient.Builder() .addInterceptor(BrotliInterceptor) .build() ``` This artifact has a dependency on Google's Brotli decoder (95 KiB).
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 17 13:25:31 UTC 2024 - 25.2K bytes - Viewed (0)