| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Unexport NewResponseWriter | Adnan Maolood | 2021-02-23 | 3 | -4/+3 | |
| | | ||||||
| * | Reimplement TimeoutHandler | Adnan Maolood | 2021-02-23 | 2 | -70/+17 | |
| | | ||||||
| * | response: Change field names | Adnan Maolood | 2021-02-23 | 1 | -16/+16 | |
| | | ||||||
| * | Add ResponseWriter.Hijack method | Adnan Maolood | 2021-02-23 | 2 | -0/+36 | |
| | | ||||||
| * | ResponseWriter: Add TLS and Conn methods | Adnan Maolood | 2021-02-23 | 2 | -0/+16 | |
| | | ||||||
| * | request: Remove TLS and Conn methods | Adnan Maolood | 2021-02-23 | 2 | -19/+0 | |
| | | ||||||
| * | Move I/O utilities to io.go | Adnan Maolood | 2021-02-23 | 4 | -103/+105 | |
| | | ||||||
| * | Make ResponseWriter a struct | Adnan Maolood | 2021-02-23 | 7 | -63/+49 | |
| | | | | | | Make ResponseWriter a struct again so that it can be extended in a backwards-compatible way. | |||||
| * | handler: Mention when the context is canceled | Adnan Maolood | 2021-02-23 | 1 | -0/+3 | |
| | | ||||||
| * | handler: Mention ResponseWriter.Close method | Adnan Maolood | 2021-02-23 | 1 | -1/+2 | |
| | | ||||||
| * | client: Clarify usage of contexts | Adnan Maolood | 2021-02-23 | 1 | -6/+6 | |
| | | ||||||
| * | Use HandlerFunc to implement StatusHandler | Adnan Maolood | 2021-02-23 | 1 | -10/+3 | |
| | | ||||||
| * | Update documentation | Adnan Maolood | 2021-02-23 | 6 | -21/+17 | |
| | | ||||||
| * | Update documentation | Adnan Maolood | 2021-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | Update examples/client.go | Adnan Maolood | 2021-02-23 | 1 | -2/+2 | |
| | | ||||||
| * | Make Response an io.ReadCloser | Adnan Maolood | 2021-02-23 | 2 | -39/+33 | |
| | | ||||||
| * | response: Add Close method | Adnan Maolood | 2021-02-23 | 2 | -4/+18 | |
| | | ||||||
| * | request: Fix documentation for TLS | Adnan Maolood | 2021-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | request: Add Conn and TLS methods | Adnan Maolood | 2021-02-23 | 2 | -27/+17 | |
| | | ||||||
| * | response: Add Conn and TLS methods | Adnan Maolood | 2021-02-23 | 2 | -0/+20 | |
| | | ||||||
| * | server: Cancel context on IO errors | Adnan Maolood | 2021-02-23 | 1 | -2/+17 | |
| | | ||||||
| * | client: Move context handling to do | Adnan Maolood | 2021-02-23 | 1 | -17/+17 | |
| | | ||||||
| * | examples/client: Stream response body | Adnan Maolood | 2021-02-23 | 1 | -3/+3 | |
| | | ||||||
| * | client: Cancel context on IO errors | Adnan Maolood | 2021-02-23 | 1 | -4/+72 | |
| | | | | | Also close the connection when the context expires. | |||||
| * | examples/stream: Simplify | Adnan Maolood | 2021-02-23 | 1 | -23/+6 | |
| | | ||||||
| * | timeout: Don't recover from panics | Adnan Maolood | 2021-02-23 | 1 | -8/+0 | |
| | | ||||||
| * | response: Remove TLS field | Adnan Maolood | 2021-02-23 | 2 | -11/+0 | |
| | | ||||||
| * | Update documentation | Adnan Maolood | 2021-02-23 | 1 | -3/+6 | |
| | | ||||||
| * | client: Use present tense in documentation | Adnan Maolood | 2021-02-23 | 1 | -2/+2 | |
| | | ||||||
| * | server: Document use of context in ListenAndServev0.1.15-alpha.1 | Adnan Maolood | 2021-02-23 | 1 | -1/+2 | |
| | | ||||||
| * | server: Make ErrorLog an interface | Adnan Maolood | 2021-02-23 | 1 | -1/+3 | |
| | | ||||||
| * | ServeMux.HandleFunc: Take a HandlerFunc argument | Adnan Maolood | 2021-02-23 | 1 | -5/+2 | |
| | | ||||||
| * | server: Fix Shutdown with no active listeners | Adnan Maolood | 2021-02-23 | 1 | -0/+2 | |
| | | | | | | Shutdown and Close will hang if there are no active listeners or connections. Try to close the done channel to avoid that. | |||||
| * | tofu: Update documentation | Adnan Maolood | 2021-02-23 | 1 | -1/+2 | |
| | | ||||||
| * | text: Update documentation | Adnan Maolood | 2021-02-23 | 1 | -9/+10 | |
| | | ||||||
| * | certificate.Store: Mention GetCertificate usage | Adnan Maolood | 2021-02-23 | 1 | -0/+2 | |
| | | ||||||
| * | server: Mention certificate store | Adnan Maolood | 2021-02-23 | 1 | -0/+3 | |
| | | ||||||
| * | certificate: Update documentation | Adnan Maolood | 2021-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | certificate.Store: Update documentation | Adnan Maolood | 2021-02-23 | 1 | -10/+8 | |
| | | ||||||
| * | certificate.Store: Check '*' scope last | Adnan Maolood | 2021-02-23 | 1 | -4/+4 | |
| | | ||||||
| * | certificate.Store: Allow certificate of scope '*' | Adnan Maolood | 2021-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | Update examples | Adnan Maolood | 2021-02-23 | 3 | -3/+3 | |
| | | ||||||
| * | certificate.Store: Remove client certificate support | Adnan Maolood | 2021-02-23 | 1 | -31/+35 | |
| | | ||||||
| * | client: Document use of contexts | Adnan Maolood | 2021-02-22 | 1 | -2/+5 | |
| | | ||||||
| * | server: Document use of contexts | Adnan Maolood | 2021-02-22 | 1 | -4/+7 | |
| | | ||||||
| * | server: Remove unused constants | Adnan Maolood | 2021-02-22 | 1 | -6/+0 | |
| | | ||||||
| * | server: Return context.Canceled after Shutdown | Adnan Maolood | 2021-02-22 | 1 | -16/+10 | |
| | | ||||||
| * | examples/stream: Remove /shutdown handler | Adnan Maolood | 2021-02-22 | 1 | -16/+3 | |
| | | ||||||
| * | examples/server: Shutdown on interrupt signal | Adnan Maolood | 2021-02-22 | 1 | -1/+21 | |
| | | ||||||
| * | server: Revert to closing contexts on Shutdown | Adnan Maolood | 2021-02-22 | 2 | -77/+89 | |
| | | ||||||