Documentation ¶
Index ¶
- func Delete(s *http.Server, url string) *httptest.ResponseRecorder
- func DeleteJson[T any](s *http.Server, url string) (*httptest.ResponseRecorder, T)
- func GetJson[T any](s *http.Server, url string) (*httptest.ResponseRecorder, T)
- func PatchJson[T any](s *http.Server, url string, jsonStr string) (*httptest.ResponseRecorder, T)
- func PostJson[T any](s *http.Server, url string, jsonStr string) (*httptest.ResponseRecorder, T)
- func PutJson[T any](s *http.Server, url string, jsonStr string) (*httptest.ResponseRecorder, T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteJson ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.