UseCases.standard_compliance.IETF_RFC.rfc6901_examples.Case100_literals_HTTP_FRAGMENTS package¶
Submodules¶
UseCases.standard_compliance.IETF_RFC.rfc6901_examples.Case100_literals_HTTP_FRAGMENTS.CallCase module¶
Standards tests from RFC6901 for compliance of pointer syntax.
This case covers in particular the standard contained examples. For fragments notation of RFC6901/RFC3986:
# // the whole document
#/foo ["bar", "baz"]
#/foo/0 "bar"
#/ 0
#/a~1b 1
#/c%25d 2
#/e%5Ef 3
#/g%7Ch 4
#/i%5Cj 5
#/k%22l 6
#/%20 7
#/m~0n 8
Module contents¶
Base example from the specification.