mirror of
https://github.com/tinygo-org/net.git
synced 2026-08-15 00:43:39 +00:00
Add httptest package
This commit is contained in:
@@ -11,7 +11,7 @@ device. See drivers/netdev for more information on netdev.
|
||||
- [Using "net" and "net/http" Packages](#using-net-and-nethttp-packages)
|
||||
- ["net" Package](#net-package)
|
||||
- [Maintaining "net"](#maintaining-net)
|
||||
|
||||
|
||||
## Using "net" and "net/http" Packages
|
||||
|
||||
See README-net.md in drivers repo to more details on using "net" and "net/http"
|
||||
@@ -28,6 +28,10 @@ there is no mark, it is a straight copy.
|
||||
src/net
|
||||
├── dial.go *
|
||||
├── http
|
||||
│ ├── httptest
|
||||
│ │ ├── httptest.go *
|
||||
│ │ ├── recorder.go
|
||||
│ │ └── server.go *
|
||||
│ ├── client.go *
|
||||
│ ├── clone.go
|
||||
│ ├── cookie.go
|
||||
|
||||
Reference in New Issue
Block a user