https://github.com/ik5/generate_fields
The following source code is a test of mine to generate a content based on a struct for several types of content type formats
https://github.com/ik5/generate_fields
content-types golang golang-examples http json url xml
Last synced: about 1 month ago
JSON representation
The following source code is a test of mine to generate a content based on a struct for several types of content type formats
- Host: GitHub
- URL: https://github.com/ik5/generate_fields
- Owner: ik5
- License: wtfpl
- Created: 2024-12-11T10:54:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T16:35:16.000Z (over 1 year ago)
- Last Synced: 2025-03-31T03:28:53.469Z (about 1 year ago)
- Topics: content-types, golang, golang-examples, http, json, url, xml
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
- License: license
Awesome Lists containing this project
README
# generate fields
The following source code is a test of mine to generate a content based on a struct for several types of content type
formats:
1. JSON format.
2. XML (with and without headers) format.
3. url.Values (encoded) format.
4. Multipart form data format.
The test is made to provide me some examples on doing so when I require the reference itself.
# License
WTFPL – Do What the Fuck You Want to Public License