A working proxy exists.
This commit is contained in:
10
proxy/handleValidateJob.go
Normal file
10
proxy/handleValidateJob.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import "ippserver/packages/ipp"
|
||||
|
||||
func handleValidateJob(r *ipp.Request) *ipp.Response {
|
||||
response := ipp.NewResponse(ipp.SuccessfulOk, r.RequestID())
|
||||
response.AddOperatonAttribute(ipp.NewCharSetValue("attributes-charset", "utf-8"))
|
||||
response.AddOperatonAttribute(ipp.NewNaturalLanguage("attributes-natural-language", "en"))
|
||||
return response
|
||||
}
|
||||
Reference in New Issue
Block a user