aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http
AgeCommit message (Expand)Author
2023-04-08std.http: reenable protocol read tests, add missing branch in findHeaders endNameless
2023-04-08std.http: add documentationNameless
2023-04-08update package manager to use req.do(), fix chunked trailer readingNameless
2023-04-08fix bugs, waitForCompleteHead -> do, move redirecting to do instead of readNameless
2023-04-08add buffering to connection instead of the http protocol, to allow passing th...Nameless
2023-04-08std.http: add http serverNameless
2023-03-23http.Client: don't prematurely check transfer_{encoding,compression} (#15040)Frank Denis
2023-03-14Fix to use '/' for a empty path (#14884)Kotaro Inoue
2023-03-09std.http: rework connection pool into its own typeNameless
2023-03-09std.http: split Client's parts into their own filesNameless
2023-03-09std.http: handle relative redirectsNameless
2023-03-09std.http: handle compressed payloadsNameless
2023-03-09std.http: add connection pooling and make keep-alive requests by defaultNameless
2023-03-06std.os: Allow write functions to return INVAL errorsjim price
2023-01-17std.http.Client: default to lazy root cert scanningAndrew Kelley
2023-01-11fix build failures on 32-bit arm due to u64/usize coercionAndrew Kelley
2023-01-11std.http.Client: support the Reader interfaceAndrew Kelley
2023-01-06std.Uri: make scheme non-optionalAndrew Kelley
2023-01-06std.http.Client: update from old std.Url to new std.UriAndrew Kelley
2023-01-06std.http.Client: fix handling of \r\n before next chunk sizeAndrew Kelley
2023-01-05std.http.Client: support transfer-encoding: chunkedAndrew Kelley
2023-01-05std.http.Client: fail header parsing under more conditionsAndrew Kelley
2023-01-05avoid triggering LLVM bug on MIPSAndrew Kelley
2023-01-04std.http.Client: support HTTP redirectsAndrew Kelley
2023-01-04std.http.Headers.Parser: parse version and statusAndrew Kelley
2023-01-04std.http.Client: do not heap allocate for requestsAndrew Kelley
2023-01-02std.crypto.tls.Client: make close_notify optionalAndrew Kelley
2023-01-02std.http.Client: don't send TLS close_notifyAndrew Kelley
2023-01-02std.crypto.tls: add API for sending close_notifyAndrew Kelley
2023-01-02add std.http.HeadersAndrew Kelley
2023-01-02std.crypto.tls.Client: fix the read functionAndrew Kelley
2023-01-02std.crypto.tls.Client: fix truncation attack vulnerabilityAndrew Kelley
2023-01-02add url parsing to the std libAndrew Kelley
2023-01-02std.crypto.tls: validate previous certificateAndrew Kelley
2023-01-02introduce std.crypto.CertificateBundleAndrew Kelley
2023-01-02extract std.crypto.tls.Client into separate namespaceAndrew Kelley
2023-01-02std.crypto.Tls: client is working against some serversAndrew Kelley
2023-01-02std.crypto.Tls: add read/write methodsAndrew Kelley
2023-01-02std.crypto.Tls: parse the ServerHello handshakeAndrew Kelley
2023-01-02std.http reorg; introduce std.crypto.TlsAndrew Kelley
2022-10-06std.http: fix typoAli Chraghi
2022-05-11std: add http definitions for Method and Status (#10661)Meghan
2020-09-29move std.http to the standard library orphanageAndrew Kelley
2020-09-02hash_map: rename to ArrayHashMap and add new HashMap implementationSahnvour
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-13std: don't store allocator inside of std.http.HeaderEntrydaurnimator
2020-07-13std: use *Unmanaged data structures in http.Headers objectdaurnimator
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-05Merge pull request #5786 from ziglang/std-hash-mapAndrew Kelley
2020-07-05update std lib to new hash map APIAndrew Kelley