mirror of
https://github.com/miekg/dns.git
synced 2025-10-14 11:21:01 +02:00
added
This commit is contained in:
parent
887915bac6
commit
f33913824e
9
TODO
9
TODO
@ -13,6 +13,15 @@ Todo:
|
||||
* Tsig generation for replies (request MAC)
|
||||
* pack/Unpack smaller
|
||||
|
||||
From http package:
|
||||
|
||||
func HandleFunc(pattern string, handler func(ResponseWriter, *Request))
|
||||
HandleFunc registers the handler function for the given pattern
|
||||
in the DefaultServeMux.
|
||||
|
||||
func ListenAndServe(addr string, handler Handler) os.Error
|
||||
|
||||
|
||||
Longer term:
|
||||
* Parsing from strings, going with goyacc and own lexer
|
||||
* Multi line output?
|
||||
|
Loading…
x
Reference in New Issue
Block a user