golang-golang-x-net-dev

Supplementary go networking libraries
  https://godoc.org/golang.org/x/net
  0
  no reviews



Supplementary go networking libraries (golang.org/x/net) not included in the main distribution:

- context: package context defines the context type, which carries
deadlines, cancellation signals, and other request-scoped values across api
boundaries and between processes.
- dict: package dict implements the dictionary server protocol as defined in
rfc 2229.
- html: package html implements an html5-compliant tokenizer and parser.
- html/atom: package atom provides integer codes (also known as atoms) for a
fixed set of frequently occurring html strings: tag names and attribute
keys such as "p" and "id".
- html/charset: package charset provides common text encodings for html
documents.
- icmp: package icmp provides basic functions for the manipulation of
messages used in the internet control message protocols, icmpv4 and
icmpv6.
- idna: package idna implements idna2008 (internationalized domain names for
applications), defined in rfc 5890, rfc 5891, rfc 5892, rfc 5893 and rfc
5894.
- internal/iana: package iana provides protocol number resources managed by
the internet assigned numbers authority (iana).
- internal/nettest: package nettest provides utilities for ip testing.
- ipv4: package ipv4 implements ip-level socket options for the internet
protocol version 4.
- ipv6: package ipv6 implements ip-level socket options for the internet
protocol version 6.
- netutil: package netutil provides network utility functions, complementing
the more common ones in the net package.
- proxy: package proxy provides support for a variety of protocols to proxy
network data.
- publicsuffix: package publicsuffix provides a public suffix list based on
data from http://publicsuffix.org/.
- webdav: package webdav.
- websocket: package websocket implements a client and server for the
websocket protocol as specified in rfc 6455.
this repository was previously available at https://code.google.com/p/go.net/