FetchPlugin provides HTTP fetching capabilities with safety constraints: - Only text content types allowed - Size limited to MaxContentSize - UTF-8 validation - Null byte checking
| 30 | // - UTF-8 validation |
| 31 | // - Null byte checking |
| 32 | type FetchPlugin struct{} |
| 33 | |
| 34 | // Apply executes fetch operations: |
| 35 | // - get:URL: Fetches content from URL, returns text content |
nothing calls this directly
no outgoing calls
no test coverage detected