request.go 142 B

12345678910111213
  1. package raw
  2. type RequestEncoder struct {
  3. }
  4. type RequestDecoder struct {
  5. }
  6. type ResponseEncoder struct {
  7. }
  8. type ResponseDecoder struct {
  9. }