The highest tagged major version is
v2.
package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jul 29, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewRequest creates a new http.Request using a jsonapi.Document as payload,
suitable for passing to an http.Handler for testing.
Deprecated: Use httptest.NewRequest() directly, with jsonapitest.Body as a payload.
type Body ¶
added in
v0.2.0
Body is a wrapper around jsonapi.Document that implements the io.Reader
interface. Use as a payload in httptest.NewRequest() calls.
func (Body) Read ¶
added in
v0.2.0
Read implements the io.Reader interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.